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

Details

Provenance
dimAuthored on Jul 26 2022, 6:24 PM
Parents
rG58cd36950cd9: Finish update to bmake-20220724
Branches
Unknown
Tags
Unknown