mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
From the beginning, we have been configuring cppcheck to check its input as C++ source. However, the transition to C99 happened a while ago. This patch switches cppcheck into C99 mode. Some related changes: * Progress reporting of cppcheck just clutters the output and makes warnings hard to discover. Thus, this patch puts cppcheck into a quieter mode where it prints anything only if a non-suppressed warning is found. * The default warning format of cppcheck is a bit different from usual compiler error/warning format. This patch configures cppcheck to use a more familiar warning template. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
wrongmathcall:tests/unit/test-libm.inc.h
|
|
variableScope:jerry-libm/*.c
|
|
invalidPointerCast:jerry-libm/*.c
|