mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
mesa/gdi: Silence gcc warning about unused result.
This commit is contained in:
parent
9fbd708932
commit
da87370032
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ static FIXED FixedFromDouble(double d)
|
|||
static BOOL wglUseFontBitmaps_FX(HDC fontDevice, DWORD firstChar,
|
||||
DWORD numChars, DWORD listBase)
|
||||
{
|
||||
#define VERIFY(a) a
|
||||
#define VERIFY(a) (void)(a)
|
||||
|
||||
TEXTMETRIC metric;
|
||||
BITMAPINFO *dibInfo;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue