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