diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-25 09:10:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-25 09:10:59 +0200 |
commit | 7768ad6082dc8dd19eca22521f2e8a603495011d (patch) | |
tree | a34bc3b47661d319cf02cc79167a1bebaa19016c /xmlsecurity/qa | |
parent | 681a1ca27f606282a1fb3a60d67f61c0f3ba9579 (diff) |
-Werror,-Wunused-variable
Change-Id: I55a0388838a7b9aebc6fd07c92e4d1a8081a4fb6
Diffstat (limited to 'xmlsecurity/qa')
-rw-r--r-- | xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx index a82f54581d29..db19b50c1385 100644 --- a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx +++ b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx @@ -17,10 +17,12 @@ using namespace com::sun::star; +#if !defined _WIN32 namespace { const char* DATA_DIRECTORY = "/xmlsecurity/qa/unit/pdfsigning/data/"; } +#endif /// Testsuite for the PDF signing feature. class PDFSigningTest : public test::BootstrapFixture |