mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
nouveau: Fix serious compiler warnings
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=35025 Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
5b902a08c1
commit
8042d751de
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "nouveau/nouveau_bo.h"
|
||||
#include "nouveau/nouveau_mm.h"
|
||||
#include "nouveau_winsys.h"
|
||||
#include "nouveau_screen.h"
|
||||
#include "nouveau_fence.h"
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#include "nouveau_fbo.h"
|
||||
#include "nouveau_util.h"
|
||||
|
||||
#include "main/pbo.h"
|
||||
#include "main/texobj.h"
|
||||
#include "main/texstore.h"
|
||||
#include "main/texformat.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue