summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/files/0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch
Commit message (Collapse)AuthorAgeFilesLines
* puzzles: Add -Wno-error=format-overflow if compiler supports itKhem Raj2017-05-111-0/+32
Fixes build with gcc7 in such a way that it keeps working with older compilers who dont support -Wno-error=format-overflow= option (From OE-Core rev: 4b159968d6181155c270e2547706933b9df4d80b) 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>