Anonymous - 2014-07-06

unused asserts(compiling with -NDEBUG) are flagged as "W,nnn.c,681,33,c_builtin,W0085,UNC,X99,This statement doesn't have side-effects. It is highly possible that it having error."
These warnings should be supressed for nonexecuted asserts.

W,consolecolors.h,11,6,c_builtin,W0078,UNC,X99,A function is declared without list of formal argument. -> just assume void,skip the warning

don't make assumptions based on coding styles f.i.
W,xboard.c,106,3,c_builtin,W0432,UNC,X99,Indentation of this line does not comply with the project's indent style.

W,thread.h,103,8,c_builtin,W0511,UNC,X99,C++ style comment of `//' is used.
supress,if the compiler(2014!) cannot understand,it will complain itself.