- Commit
- 6068d6e9c73dddf9126c2c64c940ead2bc6e898f
- Parent
- 76d39d05996e4b38c7a854740e41a4f3d307fc1c
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Makefile: use warnings with re2c.
My personal build of CMark ✏️
Makefile: use warnings with re2c.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
diff --git a/Makefile b/Makefile @@ -113,7 +113,7 @@ $(SRCDIR)/scanners.c: $(SRCDIR)/scanners.re false; \ ;; \ esac - re2c --case-insensitive -b -i --no-generation-date -8 \ + re2c -W -Werror --case-insensitive -b -i --no-generation-date -8 \ --encoding-policy substitute -o $@ $< $(CLANG_FORMAT) $@