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