diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-13 23:16:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:31 +0000 |
commit | 704e34213ed2925ab3ac135717861c4ff466e8ab (patch) | |
tree | 365769e5980daad2c45e9e02b1017f82f99a17fb /meta/recipes-sato/puzzles/puzzles_git.bb | |
parent | bee65f99515d2044ebaaebfc2516d3ed88ba8224 (diff) | |
download | poky-704e34213ed2925ab3ac135717861c4ff466e8ab.tar.gz |
puzzles: Silence warning on arm with clang
Clang finds overflows when comparison is done between an unsigned char
and a integer constant. So explicitly typecast the constant before
comparison
(From OE-Core rev: 2a18273fc74c6493e3d34499a8774e237772f109)
Signed-off-by: Khem Raj <raj.khem@gmail.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 9c8170cbdb..dab5440d8f 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -13,6 +13,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ | |||
13 | file://fix-compiling-failure-with-option-g-O.patch \ | 13 | file://fix-compiling-failure-with-option-g-O.patch \ |
14 | file://0001-Use-labs-instead-of-abs.patch \ | 14 | file://0001-Use-labs-instead-of-abs.patch \ |
15 | file://0001-rect-Fix-compiler-errors-about-uninitialized-use-of-.patch \ | 15 | file://0001-rect-Fix-compiler-errors-about-uninitialized-use-of-.patch \ |
16 | file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ | ||
16 | " | 17 | " |
17 | SRCREV = "346584bf6e38232be8773c24fd7dedcbd7b3d9ed" | 18 | SRCREV = "346584bf6e38232be8773c24fd7dedcbd7b3d9ed" |
18 | PE = "1" | 19 | PE = "1" |