Skip to content

Commit

Permalink
disable '-Werror' on linux too. Fix issue d-ronin#2205
Browse files Browse the repository at this point in the history
  • Loading branch information
rgorosito authored and fxbisto committed Apr 12, 2019
1 parent 3af6e3e commit 7061e97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ground/gcs/gcs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ linux {
QMAKE_LFLAGS += -Wl,--allow-shlib-undefined -Wl,--no-undefined
}

linux-g++* {
# Enable -Werror on Linux, should do this for all platforms once warnings are all eliminated
QMAKE_CXXFLAGS_WARN_ON += -Werror
}

win32 {
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
!win32-msvc*:QMAKE_CXXFLAGS += -mno-ms-bitfields
Expand Down

0 comments on commit 7061e97

Please sign in to comment.