diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-14 22:04:32 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:23 +0200 |
commit | 30eb09f3bbb9583a4e7181858488f6259f4b381e (patch) | |
tree | 09c1f1f6cf13f5a42a308876773388658c430bdc /meta-python/recipes-devtools/python/python-matplotlib | |
parent | 46248dca3c3ab7f9deff5ac007dcc028cee1d13f (diff) | |
download | meta-openembedded-30eb09f3bbb9583a4e7181858488f6259f4b381e.tar.gz |
libgphoto2: Fix build when security flags are enabled with clang
clang is more pedantic and throws below errors
../../libgphoto2-2.5.8/camlibs/ptp2/chdk.c:1131:14: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
sprintf(lua,luascript); /* This expands the %q inside the string too ... do not optimize away. */
^~~~~~~~~
Backport a patch to silence the warnings where it avoids
the use of sprintf all the way
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib')
0 files changed, 0 insertions, 0 deletions