mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 16:50:43 +02:00
fixed typo: missing p in suppress variable
This commit is contained in:
parent
46829870f0
commit
2b12a67f52
@ -12,10 +12,9 @@ SUPPRESS="--suppress=missingInclude"
|
|||||||
# Ensuring server-sdk will supress 'unuseFunction' warning
|
# Ensuring server-sdk will supress 'unuseFunction' warning
|
||||||
NAME=$( basename $PWD )
|
NAME=$( basename $PWD )
|
||||||
if [ "$NAME" == "server-sdk" ]; then
|
if [ "$NAME" == "server-sdk" ]; then
|
||||||
SUPPRESS=$SUPRESS" --suppress=unusedFunction"
|
SUPPRESS=$SUPPRESS" --suppress=unusedFunction"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
info cppcheck version: `cppcheck --version`
|
info cppcheck version: `cppcheck --version`
|
||||||
if [ ! -d src ]; then
|
if [ ! -d src ]; then
|
||||||
fail "src dir does not exists"
|
fail "src dir does not exists"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user