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

add -Wundef to compiler flags

http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html

Change-Id: I61ab4b6b536e77d153f44b9f8569b49e0be60002
üst 90a326c7
...@@ -66,6 +66,7 @@ gb_CFLAGS_COMMON := \ ...@@ -66,6 +66,7 @@ gb_CFLAGS_COMMON := \
-Wall \ -Wall \
-Wendif-labels \ -Wendif-labels \
-Wextra \ -Wextra \
-Wundef \
-fmessage-length=0 \ -fmessage-length=0 \
-fno-common \ -fno-common \
-pipe \ -pipe \
...@@ -74,6 +75,7 @@ gb_CXXFLAGS_COMMON := \ ...@@ -74,6 +75,7 @@ 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