diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-20 00:46:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:29:18 -0800 |
commit | 41eb2da1b05515e3803a331686fa6ca763ae2e69 (patch) | |
tree | 4dfce44eda4f2a707162fd427c7de6735e67d6b5 /meta/recipes-extended | |
parent | 4b9f483c5164c3aad831580a43bbf3ee6a13eb8c (diff) | |
download | openembedded-core-41eb2da1b05515e3803a331686fa6ca763ae2e69.tar.gz openembedded-core-41eb2da1b05515e3803a331686fa6ca763ae2e69.tar.bz2 openembedded-core-41eb2da1b05515e3803a331686fa6ca763ae2e69.zip |
gettext: fix formatting issues
Fixed when compile with "-Wformat -Wformat-security -Werror=format-security":
| gettext-tools/gnulib-lib/libcroco/cr-statement.c: In function 'cr_statement_dump_charset':
| gettext-tools/gnulib-lib/libcroco/cr-statement.c:2661:17: error: format not a string literal and no format arguments [-Werror=format-security]
| fprintf (a_fp, str) ;
And:
gettext-tools/gnulib-lib/libxml/timsort.h:326:80: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=]
fprintf(stderr, "Error allocating temporary storage for tim sort: need %lu bytes", sizeof(SORT_TYPE) * new_size);
[YOCTO #9544]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions