diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-02-08 08:55:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:39 +0000 |
commit | e6ae22abf1b12d6609ea2fb45974cba817da9ff1 (patch) | |
tree | a3ef637d55e8f67ca9fed22e6dd242868e94a310 /meta/recipes-sato/puzzles/puzzles_git.bb | |
parent | 95a59ddf94e349477e148380383b0c105cc49808 (diff) | |
download | poky-e6ae22abf1b12d6609ea2fb45974cba817da9ff1.tar.gz |
puzzles: Fix warnings seen with clang 6.0
(From OE-Core rev: dc5b66d664495a284e77531c06ab981842d45c2e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 6574e1dba4..4fe6298cba 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -14,6 +14,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ | |||
14 | file://0001-Use-labs-instead-of-abs.patch \ | 14 | file://0001-Use-labs-instead-of-abs.patch \ |
15 | file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ | 15 | file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ |
16 | file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ | 16 | file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ |
17 | file://0001-signpost-Add-paranthesis-to-remove-doubt-about-prece.patch \ | ||
17 | " | 18 | " |
18 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
19 | SRCREV = "8dfe5cec31e784e4ece2955ecc8cc35ee7e8fbb3" | 20 | SRCREV = "8dfe5cec31e784e4ece2955ecc8cc35ee7e8fbb3" |