[Libreoffice-commits] core.git: test/source

Stephan Bergmann sbergman at redhat.com
Wed May 14 12:12:48 PDT 2014


 test/source/bootstrapfixture.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 969df2a069d5b9bd90467a0ed447fcf36a90557e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 14 21:12:23 2014 +0200

    -Werror,-Wunused-function
    
    Change-Id: I894ca2eb865405a9991f921997cc22c5a34c4da2

diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx
index d166dae..b7c49ba 100644
--- a/test/source/bootstrapfixture.cxx
+++ b/test/source/bootstrapfixture.cxx
@@ -122,6 +122,7 @@ test::BootstrapFixture::~BootstrapFixture()
 {
 }
 
+#if HAVE_EXPORT_VALIDATION
 namespace {
 
 OString loadFile(const OUString& rURL)
@@ -141,6 +142,7 @@ OString loadFile(const OUString& rURL)
 }
 
 }
+#endif
 
 void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFormat eFormat )
 {


More information about the Libreoffice-commits mailing list