summaryrefslogtreecommitdiff
path: root/media/libjxl/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'media/libjxl/moz.build')
-rw-r--r--media/libjxl/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libjxl/moz.build b/media/libjxl/moz.build
index 881e21b0b4..f86b0ed1e1 100644
--- a/media/libjxl/moz.build
+++ b/media/libjxl/moz.build
@@ -122,6 +122,9 @@ EXPORTS.jxl += [
FINAL_LIBRARY = "gkmedias"
+# We allow warnings for third-party code that can be updated from upstream.
+ALLOW_COMPILER_WARNINGS = True
+
# Clang 5.0 has a compiler bug that prevents build in c++17
# See https://gitlab.com/wg1/jpeg-xl/-/issues/227
# This should be okay since we are using the C API.