Files
zstd-rs/lib/common
Mitch Phillips 23b55d6b3e Fix -Wunused-variable under FUZZING_BUILD_MODE...
Fuzzing build modes (FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION) doesn't
necessarily imply that assert() is enabled, according to the manual.

When the current do-nothing is expanded under -Wunused-variable (-Wall),
it results in unused variables in some of the FUZZING_BUILD_MODE...
blocks.

This patch extends the do-nothing to avoid the unused variable.
2020-07-14 09:03:02 -07:00
..
2020-03-26 17:02:06 -07:00
2020-06-19 09:51:00 -06:00
2020-03-26 17:02:06 -07:00
2020-03-26 17:02:06 -07:00
2020-03-26 17:02:06 -07:00
2020-03-26 17:02:06 -07:00
2020-05-04 15:20:26 -04:00
2020-03-26 17:02:06 -07:00
2020-03-26 17:02:06 -07:00
2020-05-06 12:09:02 -07:00
2020-03-26 17:02:06 -07:00
2020-03-26 17:02:06 -07:00
2020-04-27 18:09:44 -07:00