Skip to content

Commit

Permalink
FluidSynth|OS X|Clang: Disabled compiler warnings (unused value)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 30, 2014
1 parent a6cfcbe commit aae1411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/fluidsynth/fluidsynth.pro
Expand Up @@ -67,7 +67,7 @@ DEFINES += FLUIDSYNTH_NOT_A_DLL WITH_FLOAT \
*-clang* {
QMAKE_CFLAGS += -fomit-frame-pointer -finline-functions -fdiagnostics-show-option
QMAKE_CFLAGS_WARN_ON -= -Wall -W
QMAKE_CFLAGS_WARN_ON += -Wno-deprecated-declarations -Wno-parentheses
QMAKE_CFLAGS_WARN_ON += -Wno-deprecated-declarations -Wno-parentheses -Wno-unused-value
}

macx {
Expand Down

0 comments on commit aae1411

Please sign in to comment.