summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-08 15:58:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-08 15:58:55 -0800
commit41032f7f864b872f1b2fe851bbd58a6cf349f0a7 (patch)
tree0e66312b13d1d2137940997a346f79429e3189f0 /Makefile
parentb0a3cb9b4381ecaf97d3b8e37f30b78b7cf2d410 (diff)
parentf2d6384ef1acb6dd3c5e25537ea40ff0c7ef66ea (diff)
Merge pull request #238 from nwellnhof/fix_warnings
Fix 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.