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 4ea3c24 commit a11e5a6Copy full SHA for a11e5a6
doc/src/sgml/Makefile
@@ -66,10 +66,11 @@ 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
+# -wnet catches XML-style empty-element tags like <xref linkend="abc"/>.
70
# Note: try "make SPFLAGS=-wxml" to catch a lot of other dubious constructs,
71
# in particular < and & that haven't been made into entities. It's far too
72
# noisy to turn on by default, unfortunately.
-override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
73
+override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged -wnet
74
75
76
##
0 commit comments