id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 6325,Detect int/bool mismatches,Even Rouault,warmerdam,"MSVC warns (and errors out in /WX mode) with stuff like ""bool b = 1;"". This is not easily detectable with compilers available in Linux. So here's a hack that #define bool MSVCPedanticBool, where MSVCPedanticBool is a C++ class that has a private MSVCPedanticBool(int bIn) constructor. It must be enabled with -DDEBUG_BOOL",defect,closed,normal,,default,unspecified,normal,fixed,,Kurt Schwehr