Turn on more compiler warnings

* configure.ac: Enable gcc -Wwrite-strings.
This commit is contained in:
Дмитрий Левин 2010-09-09 17:42:28 +00:00
parent 918e49bac7
commit 1ed5d80ed8

View File

@ -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.