mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Dirty hack to make the parser workable
This commit is contained in:
committed by
Felipe Zimmerle
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 \
|
||||||
|
Reference in New Issue
Block a user