fixed re2c warnings
This commit is contained in:
parent
39a9cfcc12
commit
6542ae5766
2 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue