Record Detail

Compile Error

/in/sam.cpp: In instantiation of 'queue<T>::~queue() [with T = Instr]':
/in/sam.cpp:175:18:   required from here
/in/sam.cpp:121:11: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable]
         T tmp = pop();
           ^~~
cc1plus: all warnings being treated as errors
/in/compile/Makefile:16: recipe for target 'buildStackMachine' failed
make: *** [buildStackMachine] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2021-08-03 19:52:14
Judged At
2021-08-03 19:52:14
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes