[Libreoffice-commits] core.git: soltools/mkdepend
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 24 14:48:03 UTC 2018
soltools/mkdepend/include.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit ec709a8d5e808b970a8930a389c0a5a6f61fe8c7
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 24 15:21:18 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 24 16:47:40 2018 +0200
-Werror,-Wunused-variable (clang-cl)
Change-Id: I4132e02ce9a4eb509a2e70a705068102f95ffd3e
Reviewed-on: https://gerrit.libreoffice.org/60937
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/soltools/mkdepend/include.c b/soltools/mkdepend/include.c
index 50fdcb9b9ee4..dbc282845435 100644
--- a/soltools/mkdepend/include.c
+++ b/soltools/mkdepend/include.c
@@ -37,8 +37,9 @@ static int isdotdot( char const * );
static int issymbolic(char * dir, char * component);
static int exists_path(struct IncludesCollection*, char*);
-
+#ifdef S_IFLNK
static char *notdotdot[ MAXDIRS ];
+#endif
struct inclist *inc_path(char *file, char *include, boolean dot, struct IncludesCollection *incCollection)
{
More information about the Libreoffice-commits
mailing list