diff --git a/test/cfg/posix.c b/test/cfg/posix.c index 4070a7a17..d947c8201 100644 --- a/test/cfg/posix.c +++ b/test/cfg/posix.c @@ -217,10 +217,12 @@ void uninitvar(int fd) // cppcheck-suppress uninitvar regcomp(®, pattern, cflags); regerror(0, ®, 0, 0); +#ifndef __CYGWIN__ // cppcheck-suppress uninitvar // cppcheck-suppress unreadVariable // cppcheck-suppress ecvtCalled char *buffer = ecvt(d, 11, &decimal, &sign); +#endif // cppcheck-suppress gcvtCalled gcvt(3.141, 2, buf);