xen: fix build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 3 Jul 2014 14:06:04 +0000 (16:06 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 3 Jul 2014 14:12:39 +0000 (16:12 +0200)
commit91873a652750c591baf5d568ccc38ca9661e56d3
tree792a0665fd8ef1e99d69333bb2e8af4d58a5ea0f
parente904b5746dc1632fdbdeaeef118b29c2e961da95
xen: fix build

There were 2 errors:

lib/librte_pmd_xenvirt/rte_xen_lib.c:409:2:
error: zero-length gnu_printf format string [-Werror=format-zero-length]

lib/librte_pmd_xenvirt/rte_xen_lib.c:424:2:
error: format '%p' expects argument of type 'void *', but argument 4 has
type 'uintptr_t' [-Werror=format=]

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_xenvirt/rte_xen_lib.c