Record Detail

Compile Error

/in/call.cpp:48:30: error: equality comparison result unused [-Werror,-Wunused-comparison]
                nextCustomer == NULL; 
                ~~~~~~~~~~~~~^~~~~~~
/in/call.cpp:48:30: note: use '=' to turn this equality comparison into an assignment
                nextCustomer == NULL; 
                             ^~
                             =
1 error generated.
/in/Compile/Makefile:39: recipe for target 'buildCall' failed
make: *** [buildCall] Error 1

Information

Submit By
Type
Submission
Homework
Project5
Language
C++
Submit At
2024-04-29 03:31:17
Judged At
2024-04-29 03:31:17
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes