Zaibon

Untitled

Jan 4th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.23 KB | None | 0 0
  1. g++ -Wno-deprecated -Wall -o test Tests/Test6.cxx Classes/Vecteur.cpp Classes/Carte.cpp Classes/FichierCarte.cpp Classes/AuthorisedPerson.cpp Classes/ExceptionBase.cpp Classes/Date.cpp Classes/Collectionneur.cpp Classes/CaracteristiqueScore.cpp Classes/ConcepteurAlbum.cpp Classes/FichierLog.cpp Classes/Liste.cpp Classes/Structure.cpp Classes/Personne.cpp Classes/Menu.cpp Classes/ListeTriee.cpp -I Exception -I Classes
  2. In file included from Classes/Liste.cpp:95:0:
  3. Classes/Liste.cpp: In member function ‘T Liste<T>::removeFirst() [with T = int]:
  4. Classes/Liste.cpp:49:3: attention : ‘t’ may be used uninitialized in this function [-Wuninitialized]
  5. Classes/Liste.cpp: In member function ‘T Liste<T>::removeLast() [with T = int]:
  6. Classes/Liste.cpp:65:3: attention : ‘t’ may be used uninitialized in this function [-Wuninitialized]
  7. Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::insert(T):
  8. Classes/ListeTriee.cpp:18:3: erreur: ‘pListe’ was not declared in this scope
  9. Classes/ListeTriee.cpp:23:14: erreur: ‘pListe’ was not declared in this scope
  10. Classes/ListeTriee.cpp:29:17: erreur: ‘pListe’ was not declared in this scope
  11. Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::remove(T):
  12. Classes/ListeTriee.cpp:46:11: erreur: there are no arguments to ‘empty’ that depend on a template parameter, so a declaration of ‘empty’ must be available [-fpermissive]
  13. Classes/ListeTriee.cpp:46:11: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  14. Classes/ListeTriee.cpp:48:18: erreur: there are no arguments to ‘head’ that depend on a template parameter, so a declaration of ‘head’ must be available [-fpermissive]
  15. Classes/ListeTriee.cpp:49:19: erreur: ‘pListe’ was not declared in this scope
  16. Classes/ListeTriee.cpp:56:17: erreur: ‘pListe’ was not declared in this scope
  17. Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::remove(T) [with T = int]:
  18. Classes/InstanciationsListeTriee.h:3:16:   instantiated from here
  19. Classes/ListeTriee.cpp:50:5: attention : unused variable ‘ret’ [-Wunused-variable]
  20. Classes/ListeTriee.cpp:63:5: attention : unused variable ‘ret’ [-Wunused-variable]
  21. make: *** [test] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment