Skip to content

Commit

Permalink
adjust warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jun 29, 2017
1 parent 8b2b551 commit f2290ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ run-without-python {
# QMAKE_OBJECTIVE_CFLAGS_RELEASE_WITH_DEBUGINFO
# QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO

QMAKE_CFLAGS_WARN_ON += -Wall -Wextra -pedantic -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Winit-self
QMAKE_CXXFLAGS_WARN_ON += -Wall -Wextra -pedantic -Weffc++ -Wno-multichar -Winit-self
QMAKE_CFLAGS_WARN_ON += -Wall -Wextra -pedantic -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Winit-self -Wno-long-long
QMAKE_CXXFLAGS_WARN_ON += -Wall -Wextra -pedantic -Wno-multichar -Winit-self -Wno-long-long
#QMAKE_CXXFLAGS_WARN_ON += -Weffc++

CONFIG(relwithdebinfo) {
CONFIG += release
Expand Down

0 comments on commit f2290ab

Please sign in to comment.