mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #2061 - Follow-up: Silence compiler warnings for libjxl
This commit is contained in:
parent
06d2df29b4
commit
84dc161d55
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ DEFINES["JPEGXL_ENABLE_TRANSCODE_JPEG"] = "0"
|
|||
FINAL_LIBRARY = "gkmedias"
|
||||
|
||||
# We allow warnings for third-party code that can be updated from upstream.
|
||||
ALLOW_COMPILER_WARNINGS = True
|
||||
# XXX: libjxl produces way too many compiler warnings.
|
||||
# Silence them in the meantime.
|
||||
ALLOW_COMPILER_WARNINGS = False
|
||||
|
||||
# Clang 5.0 has a compiler bug that prevents build in c++17
|
||||
# See https://gitlab.com/wg1/jpeg-xl/-/issues/227
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue