mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-13 11:04:17 -05:00
Fix cppcheck
This commit is contained in:
parent
452b89eaf5
commit
ebb7d83c1f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ CPPCHECK_ARGS = \
|
|||
--error-exitcode=1 \
|
||||
--std=c99 \
|
||||
--inline-suppr \
|
||||
-ULIBCLAYER_PREFIX \
|
||||
--enable=warning,style,performance,portability
|
||||
|
||||
CPPCHECK_INC = \
|
||||
|
|
Loading…
Reference in a new issue