summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/eclipse/git@git.enea.com:linux
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-06 14:48:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-09 10:58:07 +0100
commit64b4bd2a736ecd90fa9622610f3f0c10f027abfa (patch)
tree13dbcc8f191ea974cf37aa489fdb21eeca92d6ff /documentation/getting-started/eclipse/git@git.enea.com:linux
parent3ad95487752aed4cf91e7a5af678b6cca16ac1cc (diff)
downloadpoky-64b4bd2a736ecd90fa9622610f3f0c10f027abfa.tar.gz
ghostscript: Do not treat declaration-after-statement warning as error
This option is added by ghostscript and is passed down to its modules e.g. brotli, brotli does expect c99 or newer standard and hence uses declarations after statement. This option causes compiler e.g. clang to find this warning and treat it as error on 32bit builds ./brotli/c/dec/decode.c:440:12: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdeclaration-after-statement] 440 | uint32_t __fastload_table = (*table); | ^ 1 error generated. (From OE-Core rev: 9b8e0b9a30f1de8bd1816f2528bc696f769dd8dc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/getting-started/eclipse/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions