Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- In file included from Classes/Liste.cpp:95:0:
- Classes/Liste.cpp: In member function ‘T Liste<T>::removeFirst() [with T = int]’:
- Classes/Liste.cpp:49:3: attention : ‘t’ may be used uninitialized in this function [-Wuninitialized]
- Classes/Liste.cpp: In member function ‘T Liste<T>::removeLast() [with T = int]’:
- Classes/Liste.cpp:65:3: attention : ‘t’ may be used uninitialized in this function [-Wuninitialized]
- Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::insert(T)’:
- Classes/ListeTriee.cpp:18:3: erreur: ‘pListe’ was not declared in this scope
- Classes/ListeTriee.cpp:23:14: erreur: ‘pListe’ was not declared in this scope
- Classes/ListeTriee.cpp:29:17: erreur: ‘pListe’ was not declared in this scope
- Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::remove(T)’:
- 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]
- 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)
- 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]
- Classes/ListeTriee.cpp:49:19: erreur: ‘pListe’ was not declared in this scope
- Classes/ListeTriee.cpp:56:17: erreur: ‘pListe’ was not declared in this scope
- Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::remove(T) [with T = int]’:
- Classes/InstanciationsListeTriee.h:3:16: instantiated from here
- Classes/ListeTriee.cpp:50:5: attention : unused variable ‘ret’ [-Wunused-variable]
- Classes/ListeTriee.cpp:63:5: attention : unused variable ‘ret’ [-Wunused-variable]
- make: *** [test] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment