Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better fix to the comparison between signed and unsigned int around dynar size: chang...
[simgrid.git] / src / gras / DataDesc / datadesc.c
index 1f99e5f..adf8f76 100644 (file)
@@ -196,7 +196,7 @@ int gras_datadesc_size(gras_datadesc_type_t type) {
  * For debugging purpose
  */
 void gras_datadesc_type_dump(const gras_datadesc_type_t ddt){
-  int cpt;
+  unsigned int cpt;
 
   printf("DataDesc dump:");
   if(!ddt) {