summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2014-12-08 18:11:47 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2014-12-08 18:11:47 +0100
commita752c95b439272420525d9a1fbe12f2413625795 (patch)
tree8599fd939daaf16aff49b5f84680a2bb6d4ce104 /Makefile
parent628abc38424b009582fa1443565101f103b99043 (diff)
Create html_unescape.h with extra struct initializers
Fixes missing initializer warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d46d7a9..4f1327e 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ man/man3/cmark.3: src/cmark.h
# normally need to be generated.
$(SRCDIR)/html_unescape.h: $(SRCDIR)/html_unescape.gperf
gperf -L ANSI-C -I -t -N find_entity -H hash_entity -K entity -C -l \
- --null-strings -m5 $< > $@
+ -F ',0,{0}' --null-strings -m5 $< > $@
# We include case_fold_switch.inc in the repository, so this shouldn't
# normally need to be generated.