summaryrefslogtreecommitdiff
path: root/configs/linux
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-06 03:13:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-06 03:13:18 +0000
commitbd07168eb23c032ee28691c9847319d2ad7f490f (patch)
tree5170cc50c0d52612c1b373f99dfab4dadeb8c61e /configs/linux
parent158a2aa488a0bab82381ec2c6eedd2b5bb7202ca (diff)
added -Wmissing-prototypes to WARN_FLAGS
Diffstat (limited to 'configs/linux')
-rw-r--r--configs/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux b/configs/linux
index e3119ec5cd..0ffc1bcb57 100644
--- a/configs/linux
+++ b/configs/linux
@@ -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