summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-12 17:20:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-13 10:29:04 +0100
commit8e2f4c7817320354903d9d2c52d59403f37e22b5 (patch)
tree0583bb641c1b5e84725d0d90cc7124e5778512f8 /sal
parent2083761d19c91dc875a69f049f53fe91e421a9f0 (diff)
-Werror,-Wunused-const-variable
Change-Id: I3ef314594b64a54aca389816fd9bf5ba0721b397
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/file/osl_old_test_file.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index 647083201213..8444baf70f04 100644
--- a/sal/qa/osl/file/osl_old_test_file.cxx
+++ b/sal/qa/osl/file/osl_old_test_file.cxx
@@ -52,6 +52,7 @@ public:
CPPUNIT_TEST_SUITE_END( );
};
+#ifndef WIN32
const char * const aSource1[] =
{
"a" , "file:///" TEST_VOLUME "bla/a",
@@ -78,6 +79,7 @@ const char * const aSource2[ ] =
"../../../a/b/c/d", "file:///" TEST_VOLUME "a/b/c/d",
nullptr,nullptr
};
+#endif
using ::rtl::OUString;
using ::rtl::OUStringToOString;