Enable asserts for Coverity too.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enable asserts() to avoid static analyzer false positives. */
|
/* Enable asserts() to avoid static analyzer false positives. */
|
||||||
#if !defined(SUDO_DEVEL) && !defined(__clang_analyzer__)
|
#if !(defined(SUDO_DEVEL) || defined(__clang_analyzer__) || defined(__COVERITY__))
|
||||||
# define NDEBUG
|
# define NDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user