diff options
author | rubidium <rubidium@openttd.org> | 2009-09-24 21:27:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-24 21:27:19 +0000 |
commit | bc2edd2604b1e93551d0610e9d906bb663388177 (patch) | |
tree | 40b6a7fcb3fbb38765b28d99adeb59464cf4345f | |
parent | d378dc0d3b501f152dabb30336313e1ebcd411b8 (diff) | |
download | openttd-bc2edd2604b1e93551d0610e9d906bb663388177.tar.xz |
(svn r17632) -Change: enable the uninitialized variables warning (or actually undisable)
-rw-r--r-- | config.lib | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.lib b/config.lib index 2e045da9d..f184b97dc 100644 --- a/config.lib +++ b/config.lib @@ -1077,8 +1077,6 @@ make_compiler_cflags() { flags="$flags -Wall -Wno-multichar -Wsign-compare -Wundef" flags="$flags -Wwrite-strings -Wpointer-arith" - flags="$flags -Wno-uninitialized" - flags="$flags -W -Wno-unused-parameter -Wformat=2" flags="$flags -Wredundant-decls" |