Turn on more compiler warnings
* configure.ac: Enable gcc -Wwrite-strings.
This commit is contained in:
parent
918e49bac7
commit
1ed5d80ed8
@ -172,6 +172,7 @@ in the compilation directory.])
|
||||
fi
|
||||
|
||||
gl_WARN_ADD([-Wall])
|
||||
gl_WARN_ADD([-Wwrite-strings])
|
||||
if test "x$opsys" = "xsunos4"
|
||||
then
|
||||
# SunOS 4.x header files don't declare int functions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user