Define _xcb_map_new with explicit void arg list instead of empty one
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 4 Aug 2013 03:25:23 +0000 (20:25 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 6 Aug 2013 18:10:01 +0000 (11:10 -0700)
commit5648ddd2b97068f549268284129a438a6845e14c
treeea0facdd519d465a531e6b6ba8d42dee090bd9a9
parentcb51f271b26c6abc76d415553f202bc5139273ca
Define _xcb_map_new with explicit void arg list instead of empty one

Fixes Solaris Studio compiler warning:
"xcb_list.c", line 50: warning: old style function definition

and gcc warning:
xcb_list.c: In function '_xcb_map_new':
xcb_list.c:50:11: warning: old-style function definition [-Wold-style-definition]

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
src/xcb_list.c