diff options
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | 2016-11-26 22:43:50 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-03 12:20:19 +0300 |
commit | 92fbeb40b132f5b2ec335f644ba563a1a85ffd8b (patch) | |
tree | 6b57f072a4d564065c1387f70fcff14d6e285512 /include/media/media-device.h | |
parent | 062c5fff31be2e5324067859ef24a748f59ca029 (diff) | |
download | linux-92fbeb40b132f5b2ec335f644ba563a1a85ffd8b.tar.xz |
[media] tw686x: silent -Wformat-security warning
Using sprintf() with a non-literal string makes some compiler complain
when building with -Wformat-security (eg. clang reports "format string
is not a string literal (potentially insecure)").
Here sprintf() format parameter is indirectly a literal string so there
is no security issue. Nevertheless adding a "%s" format string to
silent the warning helps to detect real bugs in the kernel.
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/media-device.h')
0 files changed, 0 insertions, 0 deletions