test/windows.cfg: Fixed wrong test case.

This commit is contained in:
orbitcowboy 2018-06-08 14:33:37 +02:00
parent 7bb806c22b
commit c56033f998
1 changed files with 0 additions and 2 deletions

View File

@ -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);