X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify-state.h;h=6da1585b24657a60d7357d4f04f6f445f01544f3;hp=1586f63fb0f0a61f7eea2a6db90876b24f895960;hb=04ba61dfa67784d4dfcc22a2b3de7ede28e22e40;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b diff --git a/verify-state.h b/verify-state.h index 1586f63f..6da1585b 100644 --- a/verify-state.h +++ b/verify-state.h @@ -4,6 +4,7 @@ #include #include #include +#include "lib/nowarn_snprintf.h" struct thread_rand32_state { uint32_t s[4]; @@ -101,7 +102,7 @@ static inline void verify_state_gen_name(char *out, size_t size, name++; } while (1); - snprintf(out, size, "%s-%s-%d-verify.state", prefix, ename, num); + nowarn_snprintf(out, size, "%s-%s-%d-verify.state", prefix, ename, num); out[size - 1] = '\0'; }