Fixed error reports of failure in cppcheck 2.14.0
This commit is contained in:
committed by
Andrew Gaul
parent
5c1932f702
commit
2c532e8b79
@ -31,7 +31,7 @@
|
||||
// This program truncates the file and reads the file in another process
|
||||
// between truncate and flush(close file).
|
||||
//
|
||||
int main(int argc, char *argv[])
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
if(argc != 3){
|
||||
fprintf(stderr, "[ERROR] Wrong paraemters\n");
|
||||
|
||||
Reference in New Issue
Block a user