Warn for type mismatch for gmx printf like functions 1/3
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_search.cpp
index 7e8263869e5e3abc1c83c9d4c4c7c19a53a477a0..0248a5d1a5662f75240db12e2c5fedaf36a7b3d9 100644 (file)
@@ -1727,7 +1727,7 @@ static void make_fep_list(const nbnxn_search     *nbs,
 
     if (ngid*gridj->na_cj > gmx::index(sizeof(gid_cj)*8))
     {
-        gmx_fatal(FARGS, "The Verlet scheme with %dx%d kernels and free-energy only supports up to %d energy groups",
+        gmx_fatal(FARGS, "The Verlet scheme with %dx%d kernels and free-energy only supports up to %lu energy groups",
                   gridi->na_c, gridj->na_cj, (sizeof(gid_cj)*8)/gridj->na_cj);
     }