Comment 8 for bug 1707931

Revision history for this message
Freddie Akeroyd (freddie-akeroyd) wrote :

Like Andrew, I was surprised a warning did not show up. I increased the warning flag from -W3 to -W4 but still no sign of it, it seems it is part of "warnings that are off by default" https://msdn.microsoft.com/en-us/library/23k5d385.aspx and you need to specify -Wall to see it.

  ../../../src/ioc/rsrv/camsgtask.c(95): warning C4296: '<': expression is always false

I will try and find time at some point to cppcheck and/or -Wall a base build