project-navigation
Personal tools

Author Topic: mingw (+dev-cpp?) warnings  (Read 3916 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
mingw (+dev-cpp?) warnings
« 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?

Offline Arkblade

  • Rookie
  • ***
  • Posts: 45
    • View Profile
mingw (+dev-cpp?) warnings
« Reply #1 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.