local_conf/Error_Parse.pm |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1e0608d641334fe9a27dc862b73ce446cf7ebde8
Author: Christian Lohmaier <lohmaier+git...@googlemail.com>
Date:   Thu May 16 17:53:45 2013 +0200

    silence two false-positive errors
    
    suggested by Philipp Riemer, but done differently.
    silences
    Running ./configure with --enable-werror and --enable-option-checking=fatal
    and
    checking whether <compiler> supports pragma GCC diagnostic 
error/ignored/warning...

diff --git a/local_conf/Error_Parse.pm b/local_conf/Error_Parse.pm
index 211bea2..18d1b87 100644
--- a/local_conf/Error_Parse.pm
+++ b/local_conf/Error_Parse.pm
@@ -280,8 +280,10 @@ sub line_type {
                     ($line =~ 
m#^commons-lang-2\.3-src/src/(java|test)/org/apache/commons/lang/exception/#) ||
                     ($line =~ 
m#^commons-httpclient-3\.1/docs/exception-handling\.html#) ||
                     # annoying configure messages
+                    ($line =~ m#^Running \./configure with#) ||
                     ($line =~ m#^checking (if|whether).*/bin/rm: cannot remove 
`conftest\*´: No such file or directory$#) ||
                     ($line =~ m#^checking for -Bsymbolic-functions linker 
support \.\.\. not found#) ||
+                    ($line =~ m#^\s*checking whether .* supports pragma GCC 
diagnostic error/ignored/warning\.\.\.#) ||
                     # cppunit
                     ($line =~ m#^\s*CXX\s*Exception.lo#) ||
                     # gettext related
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to