summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-14 21:12:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-14 21:12:23 +0200
commit969df2a069d5b9bd90467a0ed447fcf36a90557e (patch)
treee0b6efe567b74b52b610fb4d552c50d77c917ba4 /test
parent9f2217fd8a62a3c1f560fc26e6d56e4cade30ca2 (diff)
-Werror,-Wunused-function
Change-Id: I894ca2eb865405a9991f921997cc22c5a34c4da2
Diffstat (limited to 'test')
-rw-r--r--test/source/bootstrapfixture.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx
index d166dae36384..b7c49ba8aa11 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 )
{