Fixes the compiler warning while hopefully not invalidating the existing seeds. Added an explanatory comment.
test/fuzz/locale.cpp:59:19: warning: unused variable 'random_int32' [-Wunused-variable]
const int32_t random_int32 = fuzzed_data_provider.ConsumeIntegral<int32_t>();