Changeset - r19506:2bf57f14335c
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2012-07-22 18:55:12
rubidium@openttd.org
(svn r24431) -Fix: some old compilers didn't like some flag that isn't really needed anyway
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1303,7 +1303,7 @@ make_compiler_cflags() {
 
		flags="$flags -Wall -Wno-multichar -Wsign-compare -Wundef"
 
		flags="$flags -Wwrite-strings -Wpointer-arith"
 
		flags="$flags -W -Wno-unused-parameter -Wredundant-decls"
 
		flags="$flags -Wformat=2 -Wformat-security -Werror=format-security"
 
		flags="$flags -Wformat=2 -Wformat-security"
 

	
 
		if [ $enable_assert -eq 0 ]; then
 
			# Do not warn about unused variables when building without asserts
0 comments (0 inline, 0 general)