diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-11-10 17:35:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-11-10 17:35:58 +0000 |
commit | 1a5b4b9ffe098d0fd518b815ea1a0b5693b12b1e (patch) | |
tree | ecbbf6c8d00ff4f1c5c0fcc88a1a0388ebe6c47c /src | |
parent | 60915ed2c26bd22600f56d24c8729f4d530f5b4c (diff) | |
download | postgresql-1a5b4b9ffe098d0fd518b815ea1a0b5693b12b1e.tar.gz postgresql-1a5b4b9ffe098d0fd518b815ea1a0b5693b12b1e.zip |
Removed -Wmissing-declaration.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 80a1dad1049..d8dfa9c72b0 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -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. |