mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-22 00:16:22 -04:00
f6b7a7f974
Teach static code analyzers (such as Clang static analyzer) that code following nl_cli_fatal can never be executed. Avoids false positives such as detecting use of NULL pointers when that cannot happen. Signed-off-by: Peter Wu <peter@lekensteyn.nl> Signed-off-by: Thomas Haller <thaller@redhat.com>