diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 16:51:18 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:14:38 +0100 |
commit | 22771babcc47b294d528d56cec360e2a94daec26 (patch) | |
tree | 64d680cc654103fd4f26aaf920fd31df6c07bd06 /solenv | |
parent | 90a326c7028d5af132c62edfaef77c53627e4c0e (diff) |
add -Wundef to compiler flags
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html
Change-Id: I61ab4b6b536e77d153f44b9f8569b49e0be60002
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_GCC_defs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index a691e2723040..d20b9f78ac20 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -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 \ |