diff options
Diffstat (limited to 'src/plugins/imageformats/jpeg/jpeg.pro')
-rw-r--r-- | src/plugins/imageformats/jpeg/jpeg.pro | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/imageformats/jpeg/jpeg.pro b/src/plugins/imageformats/jpeg/jpeg.pro index fac5e23..5b45422 100644 --- a/src/plugins/imageformats/jpeg/jpeg.pro +++ b/src/plugins/imageformats/jpeg/jpeg.pro @@ -13,14 +13,11 @@ wince*: { contains(CE_ARCH,x86):CONFIG += exceptions_off } +#Disable warnings in 3rdparty code due to unused arguments symbian: { - #Disable warnings in 3rdparty code due to unused arguments QMAKE_CXXFLAGS.CW += -W nounusedarg TARGET.UID3=0x2001E61B -} - -contains(QMAKE_CC, gcc): { - #Disable warnings in 3rdparty code due to unused arguments +} else:contains(QMAKE_CC, gcc): { QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter -Wno-main } |