[gnome-build-meta/abderrahim/update-fdsdk: 18/18] sdk/mozjs.bst: GCC 10 workaround



commit 8e9f68cab4b704d685e4108dc1c5ab28e58f323f
Author: Seppo Yli-Olli <seppo yliolli gmail com>
Date:   Thu May 28 21:59:11 2020 +0300

    sdk/mozjs.bst: GCC 10 workaround

 elements/sdk/mozjs68.bst | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/elements/sdk/mozjs68.bst b/elements/sdk/mozjs68.bst
index 4efdcf66..1229b789 100644
--- a/elements/sdk/mozjs68.bst
+++ b/elements/sdk/mozjs68.bst
@@ -21,6 +21,7 @@ variables:
   - arch == "arm":
       mozjs_target: --host=armv7-unknown-linux-gnueabihf
   command-subdir: _build
+  local_flags: -Wno-tautological-unsigned-enum-zero-compare # FIXME: This is a bug in mozjs    
 environment:
   PATH: /usr/bin:/usr/lib/sdk/rust/bin
 config:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]