diff options
author | Alan Coopersmith <[email protected]> | 2009-10-05 12:56:03 -0700 |
---|---|---|
committer | Alan Coopersmith <[email protected]> | 2010-01-19 19:05:52 -0800 |
commit | 917b6d2a4b0e330e34e06b3c37ebc906f974b26b (patch) | |
tree | 5fd53ee4aa0569a6b83e475574b668419caff8e3 /src/mesa/drivers/dri/radeon/Makefile | |
parent | d4a3f7d3ca377b77aa8c268037740a5372a2bdbd (diff) |
Remove hardcoded -Wall from Radeon DRI makefiles
Signed-off-by: Alan Coopersmith <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/radeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile b/src/mesa/drivers/dri/radeon/Makefile index c776be0e605..a54ea16ec63 100644 --- a/src/mesa/drivers/dri/radeon/Makefile +++ b/src/mesa/drivers/dri/radeon/Makefile @@ -49,7 +49,7 @@ C_SOURCES = \ $(DRIVER_SOURCES) \ $(CS_SOURCES) -DRIVER_DEFINES = -DRADEON_R100 -Wall +DRIVER_DEFINES = -DRADEON_R100 DRI_LIB_DEPS += $(RADEON_LDFLAGS) |