diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-06 03:13:18 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-06 03:13:18 +0000 |
commit | bd07168eb23c032ee28691c9847319d2ad7f490f (patch) | |
tree | 5170cc50c0d52612c1b373f99dfab4dadeb8c61e /configs/linux | |
parent | 158a2aa488a0bab82381ec2c6eedd2b5bb7202ca (diff) |
added -Wmissing-prototypes to WARN_FLAGS
Diffstat (limited to 'configs/linux')
-rw-r--r-- | configs/linux | 2 |
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 |