diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-28 17:21:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:52 -0500 |
commit | 6e4043cb05665f144d53ec0043b717889232d6e7 (patch) | |
tree | 7f9bb582eb4f68b01e4f72a43654183ad8a4ea14 /source4/build | |
parent | 1e0cb682635b4a8865cbac139b025b715ee24f8f (diff) | |
download | samba-6e4043cb05665f144d53ec0043b717889232d6e7.tar.gz samba-6e4043cb05665f144d53ec0043b717889232d6e7.tar.xz samba-6e4043cb05665f144d53ec0043b717889232d6e7.zip |
r17890: add -Wc++-compat option to gcc but don't use it yet
metze
(This used to be commit 6b4f788c71a6d445ded522d89cd5425f9e2fb391)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/check_cc.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index 2976ff3778..cae9c38ef2 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -177,6 +177,7 @@ if test x$developer = xyes; then AX_CFLAGS_GCC_OPTION(-Wno-format-y2k, DEVELOPER_CFLAGS) AX_CFLAGS_GCC_OPTION(-Wdeclaration-after-statement, DEVELOPER_CFLAGS) AX_CFLAGS_GCC_OPTION(-Wunused-macros, DEVELOPER_CFLAGS) +# AX_CFLAGS_GCC_OPTION(-Wc++-compat, DEVELOPER_CFLAGS) # AX_CFLAGS_GCC_OPTION(-Wmissing-prototypes, DEVELOPER_CFLAGS) # AX_CFLAGS_GCC_OPTION(-Wmissing-declarations, DEVELOPER_CFLAGS) # AX_CFLAGS_GCC_OPTION(-Wmissing-field-initializers, DEVELOPER_CFLAGS) |