[poppler] configure.ac
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Dec 8 14:22:18 PST 2007
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e2ea7430e7d6db50cbfdac34713915e5b0942a89
Author: Albert Astals Cid <tsdgeos at localhost.(none)>
Date: Sat Dec 8 23:21:34 2007 +0100
disable warnings about assigning const char * to char *
We have them all over the place and we are not going to fix it as that'll be too much overhead when re-merging xpdf changes
diff --git a/configure.ac b/configure.ac
index 0a2513a..99ffbda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,7 +301,7 @@ if test "x$GCC" != xyes; then
fi
case "$enable_compile_warnings" in
no) ;;
- yes) CXXFLAGS="-Wall $CXXFLAGS" ;;
+ yes) CXXFLAGS="-Wall -Wno-write-strings $CXXFLAGS" ;;
kde) CXXFLAGS="-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi \
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align \
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith \
More information about the poppler
mailing list