fixed test/cfg/posix.c code
This commit is contained in:
parent
fd6bd97972
commit
0efa113b6e
|
@ -153,7 +153,7 @@ void uninitvar(int fd) {
|
|||
// cppcheck-suppress uninitvar
|
||||
// cppcheck-suppress unreadVariable
|
||||
char *buffer = ecvt(d, 11, &decimal, &sign);
|
||||
gcvt(3.141, 2, NULL);
|
||||
gcvt(3.141, 2, buf);
|
||||
|
||||
char *filename;
|
||||
struct utimbuf *times;
|
||||
|
|
Loading…
Reference in New Issue