|
7 | 7 | # |
8 | 8 | # |
9 | 9 | # IDENTIFICATION |
10 | | -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.58 1996/11/1002:56:33 momjian Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.59 1996/11/1017:35:58 momjian Exp $ |
11 | 11 | # |
12 | 12 | # NOTES |
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To |
@@ -860,7 +860,7 @@ includedir=$(HEADERDIR) |
860 | 860 | # Flags for CC and LD. (depend on COPT and PROFILE) |
861 | 861 | # |
862 | 862 | # PostgreSQL should *always* compile with -Wall -Werror enabled |
863 | | -CFLAGS+=-Wall -Wmissing-prototypes-Wmissing-declarations#-Werror |
| 863 | +CFLAGS+=-Wall -Wmissing-prototypes #-Werror |
864 | 864 |
|
865 | 865 | # Globally pass debugging/optimization/profiling flags based |
866 | 866 | # on the options selected above. |
|