summaryrefslogtreecommitdiff
path: root/src/core/paths.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-04-17 18:42:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-04-17 18:42:38 (GMT)
commit2599bee158206e96b30b3dc8a6f49aa8ada40975 (patch)
tree489cf2d6cf3fb73eed43f59fb454992c8019299e /src/core/paths.c
parent58afc7858cffe180bafbae306db6be66d313b74b (diff)
Fix a compilation warning about a label defined but not used.
Diffstat (limited to 'src/core/paths.c')
-rw-r--r--src/core/paths.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/paths.c b/src/core/paths.c
index 0bb59e7..21540bd 100644
--- a/src/core/paths.c
+++ b/src/core/paths.c
@@ -206,9 +206,13 @@ char *get_effective_directory_new(TargetDirectoryType type)
}
+#ifdef DISCARD_LOCAL
+
+# ifdef PYTHON_PACKAGE
+
bad_sync:
-#ifdef DISCARD_LOCAL
+# endif
free(dyn_path_tmp);