8000
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 1aba8e6 commit 9a8d3c4Copy full SHA for 9a8d3c4
doc/src/sgml/Makefile
@@ -66,7 +66,8 @@ ALLSGML := $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) $(GENERATED_SGML)
66
# Enable some extra warnings
67
# -wfully-tagged needed to throw a warning on missing tags
68
# for older tool chains, 2007-08-31
69
-override SPFLAGS += -wall -wno-unused-param -wfully-tagged
+# -wnet catches XML-style empty-element tags like <xref linkend="abc"/>.
70
+override SPFLAGS += -wall -wno-unused-param -wfully-tagged -wnet
71
# Additional warnings for XML compatibility. The conditional is meant
72
# to detect whether we are using OpenSP rather than the ancient
73
# original SP.
0 commit comments