Advertisement
Guest User

Untitled

a guest
Nov 4th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. tadej@Orchid:~/psotnic-0.2.14$ make dynamic
  2. [*] Making dynamic
  3. make[1]: Entering directory `/home/tadej/psotnic-0.2.14'
  4. [*] Compiling class-chan-actions.cpp
  5. class-chan-actions.cpp: In member function ‘int chan::invite(const char*)’:
  6. class-chan-actions.cpp:252:29: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
  7. char *a = strchr(nick, '!');
  8. ^
  9. In file included from prots.h:98:0,
  10. from class-chan-actions.cpp:21:
  11. ptrlist.h: In instantiation of ‘ptrlist<T>::~ptrlist() [with T = ent]’:
  12. class-ent.h:265:34: required from here
  13. ptrlist.h:309:20: warning: deleting object of abstract class type ‘ent’ which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]
  14. if(_removePtrs) delete q->ptr();
  15. ^
  16. make[1]: *** [class-chan-actions.o] Error 1
  17. make[1]: Leaving directory `/home/tadej/psotnic-0.2.14'
  18. make: *** [dynamic] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement