warning lors de la compilation
Bonjour, lorsque je compile mon prgm j'ai le warning suivant :
Citation:
../Sources/Mysources/mechanism.c:889: attention : will never be executed
ce qui correspond au code suivant
Code:
1 2 3 4 5
|
CHONr[0]+=sc*species[i]->atoms->C;
CHONr[1]+=sc*species[i]->atoms->H; /* <-- c'est cette ligne ci */
CHONr[2]+=sc*species[i]->atoms->O;
CHONr[3]+=sc*species[i]->atoms->N; |
pourtant je n'ai aucn waring sur les 3 autres lignes. Encore plus surprenant, j'ai le même warning ici :
Citation:
/usr/include/ctype.h:198: attention : will never be executed
et c'est le fichier ctype.h !
Avez-vous une explication ? Merci.