diff options
author | Weibing Zhang <atheism.zhang@gmail.com> | 2016-11-06 13:14:14 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-07 10:01:17 +0100 |
commit | 1745ba41945db2c77d918e3bcad898f8259f7f5a (patch) | |
tree | c093e2f1bb523b8776666afdd0bcf5029bcb1162 /samples/kobject | |
parent | 822114aaf5eea275398f79e668f14e0cf39d0f17 (diff) | |
download | linux-1745ba41945db2c77d918e3bcad898f8259f7f5a.tar.gz linux-1745ba41945db2c77d918e3bcad898f8259f7f5a.tar.bz2 linux-1745ba41945db2c77d918e3bcad898f8259f7f5a.zip |
tools: hv: fix a compile warning in snprintf
hv_kvp_daemon.c: In function .kvp_mac_to_if_name.:
hv_kvp_daemon.c:705:2: warning: format not a string literal and no format arguments [-Wformat-security]
snprintf(dev_id, sizeof(dev_id), kvp_net_dir);
^
hv_kvp_daemon.c:705:2: warning: format not a string literal and no format arguments [-Wformat-security]
Signed-off-by: Weibing Zhang <atheism.zhang@gmail.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/kobject')
0 files changed, 0 insertions, 0 deletions