mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Dirty hack to make the parser workable
This commit is contained in:
parent
839ac62585
commit
8edffe353c
@ -48,6 +48,11 @@ MAINTAINERCLEANFILES = \
|
|||||||
test-suite-memcheck.log \
|
test-suite-memcheck.log \
|
||||||
ylwrap
|
ylwrap
|
||||||
|
|
||||||
|
parser:
|
||||||
|
cat src/parser/seclang-parser.hh | sed "s/return \*new (yyas_<T> ()) T (t)/return *new (yyas_<T> ()) T (std::move((T\&)t))/g" > src/parser/seclang-parser.hh.fix && mv src/parser/seclang-parser.hh.fix src/parser/seclang-parser.hh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
@cppcheck \
|
@cppcheck \
|
||||||
--suppressions-list=./test/cppcheck_suppressions.txt \
|
--suppressions-list=./test/cppcheck_suppressions.txt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user