MarcoFalke ecc2e4e363
Merge #18664: fuzz: fix unused variable compiler warning
eab7367e25e35688a4d4a6c96701dd7149134df5 fuzz: fix unused variable compiler warning (Jon Atack)

Pull request description:

  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>();
  ```

ACKs for top commit:
  practicalswift:
    ACK eab7367e25e35688a4d4a6c96701dd7149134df5

Tree-SHA512: 4c90784518027cd3f85acd18030201efe4018f9da46365fef934e9a53a0b923031fec4c884a2da2f14232b6060aeb9016ac09950a18e31395de048548ecbc836
2020-04-17 09:09:59 -04:00
..
2020-03-18 10:34:53 -07:00
2020-02-09 07:44:29 -08:00
2020-02-10 12:00:10 -08:00
2019-02-22 17:38:45 -08:00
2020-02-10 12:00:10 -08:00
2020-01-31 12:36:13 +00:00
2020-04-15 15:05:18 -04:00
2020-04-15 15:05:18 -04:00
2020-01-31 12:36:13 +00:00
2020-03-27 11:00:10 -04:00
2020-03-27 11:00:10 -04:00
2020-03-29 11:45:46 -04:00
2020-01-16 18:25:11 -08:00
2020-02-28 14:56:49 -08:00
2020-03-27 08:59:06 -04:00
2020-02-10 12:00:10 -08:00
2020-03-17 14:07:58 -04:00