Vitaly Buka 9fd8bc0f0e
[libFuzzer] Fix -Wunused-variable when building with NDEBUG (#188301)
The variable `FuzzerInitIsRunning` is only used within `assert()`.
Follow up to #178342.
2026-03-24 18:23:37 +00:00
..