Is there a way to download MinGW/MSYS2 with gcc, that is not localized?
Localized gcc causes all warnings to become errors in CodeBlocks, if the system language is not English.
This bug is also reported here:
http://forums.codeblocks.org/index.php/topic,9489.msg67120.html
The thread also contains a working solution to the problem, but if one could download a non-localized version in the first place, this would be much more convenient.
set LANG=C
and be done with it :) – Menon