mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
libgl-gdi: silence unused variable warning when not using LLVM
This commit is contained in:
parent
1f043cd95a
commit
7cb3bbf2cd
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ gdi_screen_create(void)
|
|||
if (strcmp(driver, "llvmpipe") == 0) {
|
||||
screen = llvmpipe_create_screen( winsys );
|
||||
}
|
||||
#else
|
||||
(void) driver;
|
||||
#endif
|
||||
|
||||
if (screen == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue