diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-02-10 19:11:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-02-10 19:11:17 +0000 |
commit | ede72c282689664c94fe297b0e54031c43f1ac63 (patch) | |
tree | 454a22df6def134350a3018daaf456f616835163 | |
parent | 25fdc6bac6b72cf9d19da9b9a623874957461591 (diff) | |
download | postgresql-ede72c282689664c94fe297b0e54031c43f1ac63.tar.gz postgresql-ede72c282689664c94fe297b0e54031c43f1ac63.zip |
Improve default compile ops.
-rw-r--r-- | src/Makefile.global.in | 4 |
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 |