Fixed some warnings reported by gcc under linux.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@317 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-29 15:51:42 +00:00
parent af9e862b5d
commit a6ab2465fc
4 changed files with 6 additions and 5 deletions

View File

@@ -234,7 +234,7 @@ char * Interpretation_du_fichier_config()
ChunkData[Numero_chunk] = Ptr;
Chunk[Numero_chunk].Taille = Taille_chunk;
printf("%d %6X %d\n", Numero_chunk, Ptr - FichierConfig, Taille_chunk);
// printf("%d %6X %d\n", Numero_chunk, Ptr - FichierConfig, Taille_chunk);
Ptr+=Taille_chunk;
}
// Si la config contenait des touches, on les initialise: