cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

gcc error/warning label when there are warnings but the compilation succeeds #100

Closed neelabhg closed 9 years ago

neelabhg commented 9 years ago

The label does not have a background, because a label-* class is not applied. It is also not clickable, so there is no way to open the gcc error modal. The word "warning" is written, but not visible because of low contrast (it is in white): image

We can see it by highlighting the element: image

In the brief moment in which the terminal output is visible before being cleared, I saw that the warning was about the unused argument argv. However, no warning annotation appears in the editor's gutter: image

The program used in the above example: https://computing.llnl.gov/tutorials/pthreads/samples/hello.c