Browse Source

Add stricter compiler warnings

tags/embedded-1-20030224
Keith Whitwell 23 years ago
parent
commit
080ae6edb5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/drivers/dri/radeon/Makefile

+ 2
- 2
src/mesa/drivers/dri/radeon/Makefile View File

# $Id: Makefile,v 1.1.2.23 2003/02/21 21:14:24 keithw Exp $
# $Id: Makefile,v 1.1.2.24 2003/02/23 19:37:52 keithw Exp $


# Mesa 3-D graphics library # Mesa 3-D graphics library
# Version: 5.0 # Version: 5.0
-D_HAVE_USERCLIP=0 \ -D_HAVE_USERCLIP=0 \
-D_HAVE_FULL_GL=0 -D_HAVE_FULL_GL=0


CFLAGS = $(INCLUDES) $(DEFINES) -g -MD -Wall -Wpointer-arith \
CFLAGS = $(INCLUDES) $(DEFINES) -O1 -MD -Wall -Wpointer-arith \
-Wstrict-prototypes -Wmissing-prototypes \ -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -Wmissing-declarations -Wnested-externs



Loading…
Cancel
Save