commit | 69258c058d0a7e0a6433dae7e336c316d28129fc | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Fri Jan 09 22:18:53 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 25 09:17:57 2015 -0800 |
tree | f7c6543b9fb98fbdcec6e5e8e6d7841739eecbe2 | |
parent | 77ce247a8dbc587564dbfcb16fc6d09f6f85b31b [diff] |
Tools: hv: address compiler warnings for hv_kvp_daemon.c This patch addresses two types of compiler warnings: ... warning: comparison between signed and unsigned integer expressions [-Wsign-compare] and ... warning: pointer targets in passing argument N of .kvp_.... differ in signedness [-Wpointer-sign] 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>