UFO:Alien Invasion

Development => Coding => Topic started by: Mattn on November 05, 2006, 11:44:27 am

Title: mingw (+dev-cpp?) warnings
Post by: Mattn on November 05, 2006, 11:44:27 am
tons of:
Code: [Select]
src/ports/win32/../../qcommon/qcommon.h:294: warning: `libintl_printf' is an unrecognized format function type

problem is: __attribute__((printf(1,2))) gets __attribute__((libintl_printf(1,2))) with mingw - because mingw uses #define printf libintl_printf in their libintl.h

suggestions?
Title: mingw (+dev-cpp?) warnings
Post by: Arkblade on November 05, 2006, 09:30:18 pm
I have encountered this problem during last month, too.
And, it is not possible to compile with windows.