autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
555 stars 54 forks source link

Specify return type of main() in conftest.c #268

Open kanjitalk755 opened 2 months ago

kanjitalk755 commented 2 months ago

This PR fixes following error while building on macOS.

error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main(){return(0);}
^