diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-01 11:00:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-01 11:04:44 +0200 |
commit | f4f0b4490962cb82f9ef4cf88356abcfea7eebf2 (patch) | |
tree | 11d4b9db95147ff6c1f17ba817b2cd87da71116b /nx-X11/config/cf/xorg.cf | |
parent | b50b0af97f38d025a48fd0b9c2f03109a6dc55f1 (diff) | |
download | nx-libs-f4f0b4490962cb82f9ef4cf88356abcfea7eebf2.tar.gz nx-libs-f4f0b4490962cb82f9ef4cf88356abcfea7eebf2.tar.bz2 nx-libs-f4f0b4490962cb82f9ef4cf88356abcfea7eebf2.zip |
nx-X11: Enable -Wpedantic as default CFLAG. This is to detect redefined typedefs when building nxagent.
Diffstat (limited to 'nx-X11/config/cf/xorg.cf')
-rw-r--r-- | nx-X11/config/cf/xorg.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/config/cf/xorg.cf b/nx-X11/config/cf/xorg.cf index b05ed5fd0..9fb92c61f 100644 --- a/nx-X11/config/cf/xorg.cf +++ b/nx-X11/config/cf/xorg.cf @@ -743,11 +743,11 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese # endif # ifndef GccWarningOptions # if XFree86Devel -# define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \ +# define GccWarningOptions -Wall -Wpedantic -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wredundant-decls -Wnested-externs Gcc28Warnings # else -# define GccWarningOptions -Wall -Wpointer-arith Gcc28Warnings +# define GccWarningOptions -Wall -Wpedantic -Wpointer-arith Gcc28Warnings # endif # endif # ifndef DefaultCCOptions |