Record Detail

Compile Error

/in/ex6.c: In function 'findBook':
/in/ex6.c:10:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
     for(; head!= NULL && head->number != number ; head = head->next);
     ^~~
/in/ex6.c:11:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
      return head;
      ^~~~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:33:54
Judged At
2022-07-08 16:04:46
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes