mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +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 \
|
||||
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 \
|
||||
--suppressions-list=./test/cppcheck_suppressions.txt \
|
||||
|
Loading…
x
Reference in New Issue
Block a user