aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-02-10 19:11:17 +0000
committerBruce Momjian <bruce@momjian.us>2000-02-10 19:11:17 +0000
commitede72c282689664c94fe297b0e54031c43f1ac63 (patch)
tree454a22df6def134350a3018daaf456f616835163
parent25fdc6bac6b72cf9d19da9b9a623874957461591 (diff)
downloadpostgresql-ede72c282689664c94fe297b0e54031c43f1ac63.tar.gz
postgresql-ede72c282689664c94fe297b0e54031c43f1ac63.zip
Improve default compile ops.
-rw-r--r--src/Makefile.global.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index bffb17b722a..5027503bc60 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.65 2000/01/19 01:42:12 ishii Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.66 2000/02/10 19:11:17 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -280,7 +280,7 @@ ifneq ($(CUSTOM_COPT),)
endif
ifeq ($(CC), gcc)
-CFLAGS+= -Wall -Wmissing-prototypes
+CFLAGS+= -Wall -Wmissing-prototypes -Wmissing-declarations
endif
ifdef COPT