mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
cell: added -Wmissing-prototypes
This commit is contained in:
parent
2d8d82000e
commit
a35210b516
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ OPT_FLAGS = -O3
|
|||
SDK = /opt/cell/sdk/usr
|
||||
|
||||
|
||||
CFLAGS = $(OPT_FLAGS) -Wall -Winline -fPIC -m32 -std=c99 -mabi=altivec -maltivec \
|
||||
CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \
|
||||
-fPIC -m32 -std=c99 -mabi=altivec -maltivec \
|
||||
-I. -I$(SDK)/include \
|
||||
-DGALLIUM_CELL -DUSE_XSHM -D_BSD_SOURCE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue