HomeFreeBSD

Suppress -Wstrict-prototypes for several zlib files

Description

Suppress -Wstrict-prototypes for several zlib files

Clang 15 is more strict about function definitions not matching
declarations, and zlib has a lot of these, but since it is contributed
code (and in K&R style to boot), suppress those warnings instead.

MFC after: 3 days

(cherry picked from commit e83ffec3af2e71cc64348d58481c87db9efbac92)

Details

Provenance
dimAuthored on Jul 26 2022, 6:24 PM
Parents
rGff87358d224e: Adjust function definition in ufs_dirhash.c to avoid clang 15 warnings
Branches
Unknown
Tags
Unknown