Navigation Menu

Skip to content

Commit

Permalink
Plugins|GCC|Clang: Disable C++ warnings about missing field initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 6, 2014
1 parent 22a924b commit 5222625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/plugins/config_plugin.pri
Expand Up @@ -44,6 +44,10 @@ else: include(../dep_core.pri)
include(../dep_doomsday.pri)
include(../dep_legacy.pri)

*-gcc*|*-g++*|*-clang* {
QMAKE_CXXFLAGS_WARN_ON += -Wno-missing-field-initializers
}

deng_mingw: QMAKE_CFLAGS_WARN_ON += \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
Expand Down

0 comments on commit 5222625

Please sign in to comment.