Tu n'a pas suivi les conseils donnés ici
http://www.developpez.net/forums/sho...69&postcount=7
concernant les '_'...
http://emmanuel-delahaye.developpez....htm#id_reserve
http://emmanuel-delahaye.developpez....ganiser_source
http://emmanuel-delahaye.developpez.....htm#organiser
Il y a encore des bizarreries...
Les headers ne doivent contenir que ce qui est nécessaire à leur compilation. Ni plus, ni moins.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 Project : Forums Compiler : GNU GCC Compiler (called directly) Directory : D:\dev\forums\ -------------------------------------------------------------------------------- Switching to target: default Compiling: main.c In file included from main.c:11: equationsDiffPartiel.h:36: warning: function declaration isn't a prototype main.c:19: warning: unused parameter 'argc' main.c:19: warning: unused parameter 'argv' Compiling: tools.c Compiling: equationDifPartiel.c In file included from equationDifPartiel.c:11: equationsDiffPartiel.h:36: warning: function declaration isn't a prototype equationDifPartiel.c:18: warning: function declaration isn't a prototype equationDifPartiel.c: In function `equation_chaleur': equationDifPartiel.c:76: warning: passing arg 1 of `ecrireResultat' discards qualifiers from pointer target type equationDifPartiel.c:76: warning: passing arg 2 of `ecrireResultat' discards qualifiers from pointer target type equationDifPartiel.c:103: warning: passing arg 1 of `ecrireResultat' discards qualifiers from pointer target type equationDifPartiel.c:103: warning: passing arg 2 of `ecrireResultat' discards qualifiers from pointer target type Linking console executable: console.exe Process terminated with status 0 (0 minutes, 2 seconds) 0 errors, 9 warnings
Ceci compile correctement :
http://delahaye.emmanuel.free.fr/forums/sysyphe/
Pose des questions si tu ne comprends pas.
Partager