mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-13 11:29:49 +03:00
fix(miniz): suppress compile warnings (#6413)
This commit is contained in:
parent
b6d10185c1
commit
c431b927a3
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@ include_directories(
|
||||||
${miniz_SOURCE_DIR}
|
${miniz_SOURCE_DIR}
|
||||||
${miniz_BINARY_DIR}
|
${miniz_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# suppress compiler warnings for this add-in only
|
||||||
|
target_compile_options(miniz PRIVATE -Wno-unused-function)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue