1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
ordinateur.c: In function ajouter_un_ordinateur:
ordinateur.c:58: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:62: warning: format %d expects type int *, but argument 2 has type float *
ordinateur.c:66: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:68: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:70: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:72: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:74: warning: format %f expects type float *, but argument 2 has type int *
ordinateur.c: In function ajouter_plusieur_ordinateurs:
ordinateur.c:96: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:98: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:100: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:102: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:104: warning: format %f expects type float *, but argument 2 has type int *
ordinateur.c: In function rechercher_par_nom:
ordinateur.c:138: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:136: warning: unused variable typ_sys
ordinateur.c: In function trier:
ordinateur.c:197: warning: statement with no effect
ordinateur.c:198: warning: statement with no effect
ordinateur.c:199: warning: statement with no effect
ordinateur.c:202: warning: statement with no effect
ordinateur.c:203: warning: statement with no effect
ordinateur.c:211: warning: statement with no effect
ordinateur.c: In function modifier:
ordinateur.c:249: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:257: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:259: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:261: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c:263: warning: format %s expects type char *, but argument 2 has type char (*)[30]
ordinateur.c: In function supprimer:
ordinateur.c:281: warning: statement with no effect
ordinateur.c:284: warning: statement with no effect
ordinateur.c:286: warning: statement with no effect
ordinateur.c:287: warning: statement with no effect
ordinateur.c:288: warning: statement with no effect
ordinateur.c: In function main:
ordinateur.c:303: warning: unused parameter argc
ordinateur.c:303: warning: unused parameter argv |
Partager