This PR fixes MSVC warning C4334 in the fuzzing code. Similar to #26252.
All DisableSpecificWarnings dropped from fuzz.vcxproj as all remained are inherited from common.init.vcxproj.
Required to simplify warning suppression porting to the CMake-based build system.