glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 31 Dec 2009 17:53:23 +0000 (17:53 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jan 2010 11:00:58 +0000 (11:00 +0000)
commit700a2ebbf1ce0737ffdc3c9f08415dcf59550465
treefa4b112fd37933e4e4a26302ee12a52c92f760a1
parent45a01bc5bd95a6cc85a9db7d8e2c07812346373d
glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.

There are two ways to silent this: put inline keyword, or reimplement the
hack as a #define. inline keyword actually varies slightly with compiler
so I've opted by the latter.
include/GL/glut.h