Record Detail

Compile Error

In file included from /in/compile/ex2.cpp:1:0:
/in/ex2.h: In function 'int hex2decLinkedList(Node*)':
/in/ex2.h:16:9: error: variable 'num' set but not used [-Werror=unused-but-set-variable]
     int num[10];
         ^~~
/in/ex2.h:54:1: error: no return statement in function returning non-void [-Werror=return-type]
 }
 ^
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Final Exam
Language
C++
Submit At
2022-08-02 15:41:28
Judged At
2022-08-06 15:13:58
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes