Community
Participate
Working Groups
Build Identifier: 20111110-1543 in advapi32.cc from Cygwin CVS: VOID Offset(REAL dx, REAL dy) { X += dx; Y += dy; } where Eclipse correctly resolves "VOID" to be a macro that is "void". So, the function actually is void and CODAN should not flag it's lack of return as an issue. (I'm surprised, since this bug makes it look like CODAN is analyzing the AST before pre-processing occurs.) Reproducible: Always
I get no warning with CDT 8.2 (Kepler).
Closing per comment 1. Feel free to reopen if you're still seeing this.