Skip to content

tools, fix warning implicit declaration of function atoi

lillolollo requested to merge (removed):patch-18 into gimp-2-10

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