You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gcc -c -std=c17 -pedantic-errors babyxrcmain.c
babyxrcmain.c:131:2: error: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
131 | };
| ^
babyxrcmain.c:317:2: error: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
317 | };
| ^
I suggest updating compileme.txt so it doesn't suggest compiling with no options (gcc is quite lax by default).
The text was updated successfully, but these errors were encountered:
When I compile
babyxrcmain.c
, I get:I suggest updating
compileme.txt
so it doesn't suggest compiling with no options (gcc is quite lax by default).The text was updated successfully, but these errors were encountered: