On Thu, 2016-08-25 at 11:31 +0200, Stephan Bergmann wrote:
> Was there a way to annotate false positives like this (caused by a 
> FALSE_POSITIVE macro being defined as either 0 or 1, depending on 
> configuration) in the source code?

If the code was
const bool bFoo = 
instead of
bool bFoo =
coverity wouldn't complain. Doesn't quite fit this case though.

C.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to