fix build error
This commit is contained in:
parent
963ec13b4a
commit
cd89a88b4a
2 changed files with 307 additions and 682 deletions
|
@ -14,7 +14,7 @@ json_unit_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -Dprivate=public
|
||||||
# -i do not create #line information
|
# -i do not create #line information
|
||||||
# --no-generation-date suppress generation date output
|
# --no-generation-date suppress generation date output
|
||||||
src/json.hpp: src/json.hpp.re2c
|
src/json.hpp: src/json.hpp.re2c
|
||||||
$(AM_V_GEN)$(RE2C) -b -s --no-generation-date $< | $(SED) '1d' > $@
|
$(AM_V_GEN)$(RE2C) -b -s -i --no-generation-date $< | $(SED) '1d' > $@
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
cppcheck --enable=all --inconclusive --std=c++11 src/json.hpp
|
cppcheck --enable=all --inconclusive --std=c++11 src/json.hpp
|
||||||
|
|
987
src/json.hpp
987
src/json.hpp
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue