Record Detail

Compile Error

In file included from /in/Compile/dlist_pre.cpp:2:
In file included from /in/Compile/dlist.h:78:
/in/dlist_impl.h:73:1: error: control may reach end of non-void function [-Werror,-Wreturn-type]
}
^
/in/dlist_impl.h:102:11: note: in instantiation of member function 'Dlist<int>::removeFront' requested here
    T* pp=removeFront();
          ^
/in/dlist_impl.h:135:3: note: in instantiation of member function 'Dlist<int>::removeAll' requested here
  removeAll();
  ^
/in/Compile/dlist_pre.cpp:10:16: note: in instantiation of member function 'Dlist<int>::~Dlist' requested here
    Dlist<int> ilist;
               ^
1 error generated.
/in/Compile/Makefile:29: recipe for target 'buildDlistPretest' failed
make: *** [buildDlistPretest] Error 1

Information

Submit By
Type
Submission
Homework
Project Five: List, Stack, and Queue
Language
C++
Submit At
2018-08-02 09:47:34
Judged At
2018-08-02 09:47:34
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes