mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
silence warning
This commit is contained in:
parent
c19a95510f
commit
1ac106eefd
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ intelPrintDRIInfo(intelScreenPrivate * intelScreen,
|
|||
fprintf(stderr, "*** Memory : 0x%x\n", gDRIPriv->mem);
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static void
|
||||
intelPrintSAREA(const drmI830Sarea * sarea)
|
||||
{
|
||||
|
|
@ -104,6 +104,7 @@ intelPrintSAREA(const drmI830Sarea * sarea)
|
|||
sarea->rotated_offset, sarea->rotated_size);
|
||||
fprintf(stderr, "SAREA: rotated pitch: %d\n", sarea->rotated_pitch);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue