Using the -pedantic flag with gcc uncovered a series of warnings about
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 14 May 2014 18:31:58 +0000 (18:31 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 14 May 2014 18:31:58 +0000 (18:31 +0000)
commit55a8bc593affc3565d63453d35773cdbf1046216
tree39011d5a1c32c17adccab6e703111fc7842900c1
parent66c3564a4405b7125bc9d4904972ce465a4b668b
Using the -pedantic flag with gcc uncovered a series of warnings about
non-standard C constructs in the code. This commit fixes them.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1682 7f0cb862-5218-0410-a997-914c9d46530a
progs/demos/CallbackMaker/CallbackMaker.c
src/fg_callbacks.c
src/x11/fg_state_x11.c