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
/tmp/tmpuzigbjpm.c:1:1: error: C++ style comments are not allowed in ISO C90
//%cflags:-ansi -Wall -pedantic
^
/tmp/tmpuzigbjpm.c:1:1: error: (this will be reported only once per input file)
[C kernel] GCC exited with code 1, the executable will not be executed
Screenshot for additional information:
Thanks!
The text was updated successfully, but these errors were encountered:
First of all, great project!
When using the cflag
-ansi
, commenting by using//
can't be used so the code won't compile and standard error is produce.The code for test:
The Error:
/tmp/tmpuzigbjpm.c:1:1: error: C++ style comments are not allowed in ISO C90 //%cflags:-ansi -Wall -pedantic ^ /tmp/tmpuzigbjpm.c:1:1: error: (this will be reported only once per input file) [C kernel] GCC exited with code 1, the executable will not be executed
Screenshot for additional information:
Thanks!
The text was updated successfully, but these errors were encountered: