Kaydet (Commit) adfb7ecb authored tarafından Luboš Luňák's avatar Luboš Luňák

Revert "add -Wundef to compiler flags"

This reverts commit 22771bab.

There are still some setups in which this causes errors with WaE.
üst 67317c5e
...@@ -66,7 +66,6 @@ gb_CFLAGS_COMMON := \ ...@@ -66,7 +66,6 @@ gb_CFLAGS_COMMON := \
-Wall \ -Wall \
-Wendif-labels \ -Wendif-labels \
-Wextra \ -Wextra \
-Wundef \
-fmessage-length=0 \ -fmessage-length=0 \
-fno-common \ -fno-common \
-pipe \ -pipe \
...@@ -75,7 +74,6 @@ gb_CXXFLAGS_COMMON := \ ...@@ -75,7 +74,6 @@ gb_CXXFLAGS_COMMON := \
-Wall \ -Wall \
-Wendif-labels \ -Wendif-labels \
-Wextra \ -Wextra \
-Wundef \
-fmessage-length=0 \ -fmessage-length=0 \
-fno-common \ -fno-common \
-pipe \ -pipe \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment