commit | aba474b8185d60ca8cdbf3049fe6d655aa761e23 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Fri Jan 09 22:18:54 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 25 09:17:57 2015 -0800 |
tree | 4e96c422e6f6b247b913e012b2afd904672eef48 | |
parent | 69258c058d0a7e0a6433dae7e336c316d28129fc [diff] |
Tools: hv: address compiler warnings for hv_fcopy_daemon.c This patch addresses two types of compiler warnings: ... warning: unused variable .fd. [-Wunused-variable] and ... warning: format .%s. expects argument of type .char *., but argument 5 has type .__u16 *. [-Wformat=] Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>