UFO:Alien Invasion
Development => Coding => Topic started by: Mattn on November 05, 2006, 11:44:27 am
-
tons of:
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?
-
I have encountered this problem during last month, too.
And, it is not possible to compile with windows.