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 := \
-Wall \
-Wendif-labels \
-Wextra \
-Wundef \
-fmessage-length=0 \
-fno-common \
-pipe \
......@@ -74,6 +75,7 @@ gb_CXXFLAGS_COMMON := \
-Wall \
-Wendif-labels \
-Wextra \
-Wundef \
-fmessage-length=0 \
-fno-common \
-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