From d93b68f17aa4bc980fcda57e8efe29a831a44cdc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Apr 2003 14:51:16 +0000 Subject: silence warnings --- progs/xdemos/pbinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/xdemos/pbinfo.c') diff --git a/progs/xdemos/pbinfo.c b/progs/xdemos/pbinfo.c index e4e52810f7..f0b2f0eed4 100644 --- a/progs/xdemos/pbinfo.c +++ b/progs/xdemos/pbinfo.c @@ -1,4 +1,4 @@ -/* $Id: pbinfo.c,v 1.1 2002/10/05 18:30:13 brianp Exp $ */ +/* $Id: pbinfo.c,v 1.2 2003/04/21 14:51:16 brianp Exp $ */ /* * Print list of fbconfigs and test each to see if a pbuffer can be created @@ -49,6 +49,7 @@ PrintConfigs(Display *dpy, int screen, Bool horizFormat) fbConfigs = glXChooseFBConfigSGIX(dpy, screen, fbAttribs, &nConfigs); #else /* GLX 1.3 method */ + (void) fbAttribs; fbConfigs = glXGetFBConfigs(dpy, screen, &nConfigs); #endif -- cgit v1.2.3