From ebb7d83c1f56ec06a79b8f67b545e68ad7ae93ed Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 25 Dec 2022 15:56:53 +0400 Subject: [PATCH] Fix cppcheck --- make/checks.am | 1 + 1 file changed, 1 insertion(+) diff --git a/make/checks.am b/make/checks.am index 2a42c1b..9b49268 100644 --- a/make/checks.am +++ b/make/checks.am @@ -13,6 +13,7 @@ CPPCHECK_ARGS = \ --error-exitcode=1 \ --std=c99 \ --inline-suppr \ + -ULIBCLAYER_PREFIX \ --enable=warning,style,performance,portability CPPCHECK_INC = \