Compile Error

/in/calc.cpp:96:14: error: 6 enumeration values not handled in switch: 'NEGATE', 'DUPL', 'PRINT'... [-Werror,-Wswitch]
                                        switch (tempOptr){
                                                ^
/in/calc.cpp:131:14: error: 8 enumeration values not handled in switch: 'PLUS', 'MINUS', 'MULTI'... [-Werror,-Wswitch]
                                        switch (tempOptr){
                                                ^
/in/calc.cpp:147:13: error: 8 enumeration values not handled in switch: 'PLUS', 'MINUS', 'MULTI'... [-Werror,-Wswitch]
                                switch (tempOptr){
                                        ^
3 errors generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project Five: List Stack and Queue
Language
C++
Submit At
2019-08-03 15:35:06
Judged At
2019-08-03 15:35:06
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes