mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 16:40:30 +01:00
glx: reformat and silence unused expression warning
This commit is contained in:
parent
398e046efd
commit
fc72452b97
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue