added -Wmissing-prototypes to WARN_FLAGS

This commit is contained in:
Brian Paul
2005-09-06 03:13:18 +00:00
parent 158a2aa488
commit bd07168eb2
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ CONFIG_NAME = linux
CC = gcc
CXX = g++
WARN_FLAGS = -Wall
WARN_FLAGS = -Wall -Wmissing-prototypes
OPT_FLAGS = -O3 -g
PIC_FLAGS = -fPIC

View File

@@ -13,8 +13,8 @@ MKDEP = /usr/X11R6/bin/makedepend
#MKDEP = gcc -M
#MKDEP_OPTIONS = -MF depend
WARN_FLAGS = -Wall
OPT_FLAGS = -O -g
WARN_FLAGS = -Wall -Wmissing-prototypes
OPT_FLAGS = -g
PIC_FLAGS = -fPIC
# Add '-DGLX_USE_TLS' to ARCH_FLAGS to enable TLS support.