]> granicus.if.org Git - postgresql/commitdiff
Removed -Wmissing-declaration.
authorBruce Momjian <bruce@momjian.us>
Sun, 10 Nov 1996 17:35:58 +0000 (17:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 10 Nov 1996 17:35:58 +0000 (17:35 +0000)
src/Makefile.global

index 80a1dad10498e7b2a421647cac5056aec94cf748..d8dfa9c72b07124b0a0714141f495188e8d3141d 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.58 1996/11/10 02:56:33 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.59 1996/11/10 17:35:58 momjian Exp $
 #
 # NOTES
 #    This is seen by any Makefiles that include mk/postgres.mk. To
@@ -860,7 +860,7 @@ includedir= $(HEADERDIR)
 # Flags for CC and LD. (depend on COPT and PROFILE)
 #
 # PostgreSQL should *always* compile with -Wall -Werror enabled
-CFLAGS+=       -Wall -Wmissing-prototypes -Wmissing-declarations #-Werror
+CFLAGS+=       -Wall -Wmissing-prototypes #-Werror
 
 # Globally pass debugging/optimization/profiling flags based
 # on the options selected above.