Skip to content

tools, fix warning implicit declaration of function atoi

fix the warning

gimp-debug-resume.c:92:13: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 92 | pid = atoi (argv[1]);

Merge request reports

Loading