examples/netmap: fix build for x32 ABI
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 18 May 2015 08:17:59 +0000 (10:17 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 19 May 2015 15:35:33 +0000 (17:35 +0200)
commit3d037e44a48318e66681dc861bd86eb15921b74c
tree7f8fd9ded41d918baa538941e011b60a50f84103
parent4ae39dfa69ad9a1ae6174f52c60c187d2843402b
examples/netmap: fix build for x32 ABI

Fix a cast issue:
examples/netmap_compat/lib/compat_netmap.c:827:10: error: cast to
  pointer from integer of different size [-Werror=int-to-pointer-cast]

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
examples/netmap_compat/lib/compat_netmap.c