r17793: add -Wmissing-prototypes, -Wmissing-declarations, -Wmissing-field-initializers
authorStefan Metzmacher <metze@samba.org>
Thu, 24 Aug 2006 11:33:00 +0000 (11:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:43 +0000 (14:16 -0500)
commit40fb476a9cc53c757dcf07e879107c4572b8a1ee
treec228c5f49370cbb30658f5d2f7a01ea56c213f1a
parentfdef17f81e5fc48cca3dd7611d6d5007147473b1
r17793: add -Wmissing-prototypes, -Wmissing-declarations, -Wmissing-field-initializers
gcc options, but don't enable them yet.

we should step by step try to enable them, after removing the flood of warnings
they would generate.

metze
source/build/m4/check_cc.m4