PDA

View Full Version : Deprecated warnings still appear



Caius Aérobus
29th March 2010, 08:25
I compile the same code on both Mac OS X Leopard and on Linux Ubuntu, with the same lines in the .pro file:

QMAKE_CXXFLAGS_DEBUG += -Wno-deprecated
QMAKE_CXXFLAGS_RELEASE += -Wno-deprecated
No deprecated warning appears on the Mac but they appear on Linux, which is really annoying.
Any help?