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 1da48a9 commit 2d7e35bCopy full SHA for 2d7e35b
doc/src/sgml/Makefile
@@ -72,10 +72,11 @@ endif
72
# Enable some extra warnings
73
# -wfully-tagged needed to throw a warning on missing tags
74
# for older tool chains, 2007-08-31
75
+# -wnet catches XML-style empty-element tags like <xref linkend="abc"/>.
76
# Note: try "make SPFLAGS=-wxml" to catch a lot of other dubious constructs,
77
# in particular < and & that haven't been made into entities. It's far too
78
# noisy to turn on by default, unfortunately.
-override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
79
+override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged -wnet
80
81
##
82
## Man pages
0 commit comments