opnsense-src/sys/modules/zlib
Dimitry Andric d2ece325b6 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 e83ffec3af)
2022-07-29 20:29:59 +02:00
..
Makefile Suppress -Wstrict-prototypes for several zlib files 2022-07-29 20:29:59 +02:00