summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-18 14:47:17 +0100
committerDavid Tardon <dtardon@redhat.com>2012-02-18 21:49:16 +0100
commitce4c9fa90af70832744e4a9f344b05eb42577f2e (patch)
treec6161bb0a38596484b1a5d9ded8aefce7f27179f /desktop/unx
parent5ca858c01cb2e2aa93c8aca65fd271a900785e3f (diff)
WaE: exec_javaldx defined but not used (javaless build)
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/start.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index d043b888df83..4033c37cf934 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -666,6 +666,8 @@ exec_pagein (Args *args)
free (argv[1]);
}
+#if defined SOLAR_JAVA
+
static void extend_library_path (const char *new_element)
{
rtl_uString *pEnvName=NULL, *pOrigEnvVar=NULL, *pNewEnvVar=NULL;
@@ -789,6 +791,8 @@ exec_javaldx (Args *args)
osl_closeFile(fileOut);
}
+#endif
+
SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
{
int fd = 0;