fixed re2c warnings

This commit is contained in:
Niels 2016-06-23 22:49:48 +02:00
parent 39a9cfcc12
commit 6542ae5766
2 changed files with 4 additions and 4 deletions

View file

@ -67,7 +67,7 @@ cppcheck:
# create scanner with re2c
re2c: src/json.hpp.re2c
$(RE2C) --bit-vectors --nested-ifs --no-debug-info $< | $(SED) '1d' > src/json.hpp
$(RE2C) -W --bit-vectors --nested-ifs --no-debug-info $< | $(SED) '1d' > src/json.hpp
# pretty printer
pretty: