Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win32/GNUmakefile: enable warnings for gcc
Warnings are already enabled for MSVC, so enable them for GCC too. -Wformat is disabled since the default "__printf__" format checker doesn't understand the C99-isms like "%zd", resulting in many spurious warnings. The __gnu_printf__ checker does understand them, but it doesn't understand the Windows specific "%I64d" and similar formats.
- Loading branch information