Fix ICC warnings
[alexxy/gromacs.git] / src / gromacs / gmxlib / txtdump.c
index 9b3eec687ef43eeecb59054f67c906161f2a8559..a70c1c005c5921f050fbca682919b295ce704b7b 100644 (file)
@@ -1411,7 +1411,7 @@ void pr_ilist(FILE *fp, int indent, const char *title,
                 j++;
                 for (k = 0; k < interaction_function[ftype].nratoms; k++)
                 {
-                    (void) fprintf(fp, " %u", *(iatoms++));
+                    (void) fprintf(fp, " %d", *(iatoms++));
                 }
                 (void) fprintf(fp, "\n");
                 i += 1+interaction_function[ftype].nratoms;