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
Error while processing /home/ubuntu/cpp-linter-hooks/testing/main.c.
119
-
Suppressed 417 warnings (417 in non-user code).
117
+
522 warnings generated.
118
+
Suppressed 521 warnings (521 in non-user code).
120
119
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
121
-
Found compiler error(s).
122
-
/home/ubuntu/cpp-linter-hooks/testing/main.c:3:11: warning: statement should be inside braces [readability-braces-around-statements]
123
-
for (;;) break;
124
-
^
125
-
{
126
-
/usr/include/stdio.h:33:10: error: 'stddef.h' file not found [clang-diagnostic-error]
127
-
#include <stddef.h>
128
-
^~~~~~~~~~
120
+
/home/runner/work/cpp-linter-hooks/cpp-linter-hooks/testing/main.c:4:13: warning: statement should be inside braces [readability-braces-around-statements]
0 commit comments