Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5d6d commit 42e9e26Copy full SHA for 42e9e26
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.98 2007/08/31 02:03:02 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.99 2007/08/31 16:41:52 momjian Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -59,6 +59,8 @@ override JADEFLAGS += -V draft-mode
59
endif
60
61
# Enable some extra warnings
62
+# -wfully-tagged needed to throw a warning on missing tags
63
+# for older tool chains, 2007-08-31
64
override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
65
66
##
0 commit comments