fix -Wreturn-type

master
tabe 2013-02-11 12:12:41 +09:00
parent 535eab566b
commit 7c51c9b063
4 changed files with 4 additions and 0 deletions

View File

@ -23,4 +23,5 @@ int main()
fclose(fp);
gdImageDestroy(im);
return 0;
}

View File

@ -49,4 +49,5 @@ int main()
fclose(fp);
gdImageDestroy(im);
}
return 0;
}

View File

@ -55,4 +55,5 @@ int main()
fclose(fp);
gdImageDestroy(im);
}
return 0;
}

View File

@ -219,5 +219,6 @@ int _gdTestErrorMsg(const char* file, int line, const char* format, ...) /* {{{
fputs (output_buf, stderr);
fflush (stderr);
return 0;
}
/* }}} */