summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-18 18:17:46 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-18 18:18:21 +0100
commitadfb7ecb4f77c4ccb70156044a41505648df0ad4 (patch)
tree21ba283c218b681271831531f1155784846ac9d2
parent67317c5e37a437855bc684c5e3ec2c4b32903909 (diff)
Revert "add -Wundef to compiler flags"
This reverts commit 22771babcc47b294d528d56cec360e2a94daec26. There are still some setups in which this causes errors with WaE.
-rw-r--r--solenv/gbuild/platform/com_GCC_defs.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk
index d20b9f78ac20..a691e2723040 100644
--- a/solenv/gbuild/platform/com_GCC_defs.mk
+++ b/solenv/gbuild/platform/com_GCC_defs.mk
@@ -66,7 +66,6 @@ gb_CFLAGS_COMMON := \
-Wall \
-Wendif-labels \
-Wextra \
- -Wundef \
-fmessage-length=0 \
-fno-common \
-pipe \
@@ -75,7 +74,6 @@ gb_CXXFLAGS_COMMON := \
-Wall \
-Wendif-labels \
-Wextra \
- -Wundef \
-fmessage-length=0 \
-fno-common \
-pipe \