We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60915ed commit 1a5b4b9Copy full SHA for 1a5b4b9
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -860,7 +860,7 @@ includedir= $(HEADERDIR)
860
# Flags for CC and LD. (depend on COPT and PROFILE)
861
862
# PostgreSQL should *always* compile with -Wall -Werror enabled
863
-CFLAGS+= -Wall -Wmissing-prototypes -Wmissing-declarations #-Werror
+CFLAGS+= -Wall -Wmissing-prototypes #-Werror
864
865
# Globally pass debugging/optimization/profiling flags based
866
# on the options selected above.
0 commit comments