From 7c78530da279077cb1c1c047d3f445027b098613 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Thu, 15 Oct 2020 12:49:29 -0500 Subject: [PATCH] remove cppcheck items from uthash.h --- tests/uthash.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/uthash.h b/tests/uthash.h index 4e23a5365..77a11c30e 100644 --- a/tests/uthash.h +++ b/tests/uthash.h @@ -24,11 +24,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef UTHASH_H #define UTHASH_H -// cppcheck-suppress * #include /* memcmp,strlen */ -// cppcheck-suppress * #include /* ptrdiff_t */ -// cppcheck-suppress * #include /* exit() */ /* These macros use decltype or the earlier __typeof GNU extension. @@ -64,7 +61,6 @@ do { typedef unsigned int uint32_t; typedef unsigned char uint8_t; #else -// cppcheck-suppress * #include /* uint32_t */ #endif