Got rid of those int/ptr warnings on AMD64. (The code was
authorRichard Rauch <rkr@olib.org>
Mon, 22 Dec 2003 22:13:20 +0000 (22:13 +0000)
committerRichard Rauch <rkr@olib.org>
Mon, 22 Dec 2003 22:13:20 +0000 (22:13 +0000)
commit46fdc013410ba2df0ca8bd738f489b1e5bbde8b1
tree31c62b614bf026c6c2b1e3362b86fa7c297ab2ec
parenta97d853592b0a77cbcf5525158a5e836ad10d924
Got rid of those int/ptr warnings on AMD64.  (The code was
casting an {int} to a pointer, and later retrieving the int
by another cast.  It should be safe provided that pointers
are at least as big as {int}, but GCC was giving warnings on
my system, so...fixed.)

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