Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-10-13 11:30:50 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-10-13 13:23:47 +0300
commit1968d9b205d8d9a91acf55ce22bb7a4b681d297c (patch)
tree62a8e479ad1f8dfcebc6a27630e02cb88abc7072 /build-backend.xml
parentf0a449bd09877f2401a4b17fe70049020d3f030c (diff)
.......... [ZBXNEXT-686] exclude Duktape library from cppcheck tests
(cherry picked from commit 5d53b61685408170c15add3f9d0acda2e2450fda)
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 75707929dc3..68558c78354 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -50,6 +50,10 @@
<arg line="-I/usr/include"/>
<arg line="-I/usr/local/include"/>
<arg line="-I./include"/>
+ <!-- Exclude Duktape library from checking -->
+ <arg line="-isrc/libs/zbxembed/duk_config.h"/>
+ <arg line="-isrc/libs/zbxembed/duktape.c"/>
+ <arg line="-isrc/libs/zbxembed/duktape.h"/>
<arg line="--suppress=variableScope:*"/>
<arg line="--suppress=ConfigurationNotChecked:*"/>
<arg line="--inconclusive"/>