glx: reformat and silence unused expression warning
This commit is contained in:
+2
-1
@@ -585,7 +585,8 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
|
||||
break;
|
||||
#endif
|
||||
case GLX_USE_GL:
|
||||
if (fbconfig_style_tags) *bp++;
|
||||
if (fbconfig_style_tags)
|
||||
bp++;
|
||||
break;
|
||||
case None:
|
||||
i = count;
|
||||
|
||||
Reference in New Issue
Block a user