From c56033f9981882743cff5820ff07ed91b4086b33 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Fri, 8 Jun 2018 14:33:37 +0200 Subject: [PATCH] test/windows.cfg: Fixed wrong test case. --- test/cfg/windows.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cfg/windows.cpp b/test/cfg/windows.cpp index 68e36a511..84f0ef7b5 100644 --- a/test/cfg/windows.cpp +++ b/test/cfg/windows.cpp @@ -837,8 +837,6 @@ error_t uninitvar__strncpy_s_l(char *strDest, size_t numberOfElements, const cha // cppcheck-suppress uninitvar (void)_strncpy_s_l(strDest, numberOfElements, uninit_strSource, count, locale); // cppcheck-suppress uninitvar - (void)_strncpy_s_l(strDest, numberOfElements, strSource, count, locale); - // cppcheck-suppress uninitvar (void)_strncpy_s_l(strDest, numberOfElements, strSource, uninit_count, locale); // cppcheck-suppress uninitvar (void)_strncpy_s_l(strDest, numberOfElements, strSource, uninit_count, uninit_locale);