egl: Silence warnings in check/return macros.
authorChia-I Wu <olv@lunarg.com>
Fri, 19 Feb 2010 04:08:50 +0000 (12:08 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 19 Feb 2010 04:34:18 +0000 (12:34 +0800)
commitbef4b476d729320599264483113d577ac5eeaff1
treef81d4b8736b7c34ac4fa276d37502519f3f38edd
parentfc427d23439a2702068209957f08990ea29fe21b
egl: Silence warnings in check/return macros.

The macros give warnings when compiled with -pedantic.  This commit is
based on a patch by Brian Paul, with minor changes to add do {} while(0)
and rename the check macros.
src/egl/main/eglapi.c