glutBitmapString and glutBitmapLength expect (unsigned char *) rather than (char *)
authorNigel Stewart <nigels.com@gmail.com>
Tue, 30 Dec 2003 02:20:03 +0000 (02:20 +0000)
committerNigel Stewart <nigels.com@gmail.com>
Tue, 30 Dec 2003 02:20:03 +0000 (02:20 +0000)
commit517df5ccb5289e3159f9cb21d083e945cde97d30
treef6a7cf01071c13ac825bdc205385dabef6a6f06f
parente2df79eeb7eedf164dddec597128d93abca03d76
glutBitmapString and glutBitmapLength expect (unsigned char *) rather than (char *)
suppress gcc in -Wall -pendantic "noise"

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@427 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_menu.c