diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2019-06-25 12:23:36 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2019-06-25 13:10:34 +0200 |
commit | 3832a3a74dc987224365ae9500bf2dbecd5e4d50 (patch) | |
tree | 2f9be0408ce8c8698cf2143beb2261d651981c46 /recipes-core/icedtea/icedtea7-native.inc | |
parent | e4603af7ef70181b65300f994430c252798ff437 (diff) | |
download | meta-java-3832a3a74dc987224365ae9500bf2dbecd5e4d50.tar.gz |
icedtea7-native: disable new compiler warnings
As new compilers throw new errors/warnings disable them for
icedtea7-native as a quick workaround until we updated it to the latest
version.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r-- | recipes-core/icedtea/icedtea7-native.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 69f5d25..70b935a 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc | |||
@@ -24,6 +24,9 @@ CFLAGS_append = " -fno-tree-dse" | |||
24 | CXXFLAGS_append = " -fno-tree-dse" | 24 | CXXFLAGS_append = " -fno-tree-dse" |
25 | CXX_append = " -std=gnu++98" | 25 | CXX_append = " -std=gnu++98" |
26 | 26 | ||
27 | # WORKAROUND: ignore errors from new compilers | ||
28 | CFLAGS_append = " -Wno-error=stringop-overflow -Wno-error=return-type" | ||
29 | |||
27 | inherit native java autotools pkgconfig | 30 | inherit native java autotools pkgconfig |
28 | inherit openjdk-build-helper | 31 | inherit openjdk-build-helper |
29 | 32 | ||