Le 25/01/2021 à 22:04, Илья Шипицин a écrit :
there's another one not reported coverity finding in src/hlua.c

I tried to suppress it by adding DEFINE=-DDEBUG_USE_ABORT to coverity build (please notice BUG_ON(...) which is not recognized by coverity).
but I did something wrong and it did not help :)


The BUG_ON() macro is only defined with DEBUG_STRICT or DEBUG_STRICT_NOCRASH.

--
Christopher Faulet

Reply via email to