mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 18:50:20 +00:00
Suppress clang deprecated-non-prototype warnings for ZLIB sources
This commit is contained in:
parent
4d15543a47
commit
9a3d78ca01
1 changed files with 1 additions and 0 deletions
|
@ -1534,6 +1534,7 @@ else()
|
|||
|
||||
# SRS - disable certain gcc/clang warnings for select third-party source libraries, consider updating versions in the future?
|
||||
set_source_files_properties(
|
||||
${ZLIB_SOURCES}
|
||||
${MINIZIP_SOURCES}
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS "-Wno-stringop-overread -Wno-deprecated-non-prototype"
|
||||
|
|
Loading…
Reference in a new issue