Browse Source

cell: added -Wmissing-prototypes

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
a35210b516
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      configs/linux-cell

+ 2
- 1
configs/linux-cell View File

@@ -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…
Cancel
Save