diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-14 21:12:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-14 21:12:23 +0200 |
commit | 969df2a069d5b9bd90467a0ed447fcf36a90557e (patch) | |
tree | e0b6efe567b74b52b610fb4d552c50d77c917ba4 /test/source | |
parent | 9f2217fd8a62a3c1f560fc26e6d56e4cade30ca2 (diff) |
-Werror,-Wunused-function
Change-Id: I894ca2eb865405a9991f921997cc22c5a34c4da2
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 2 |
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 ) { |