mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
f04a4aee91
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
13 lines
343 B
Diff
13 lines
343 B
Diff
diff --git a/lib/zip_algorithm_bzip2.c b/lib/zip_algorithm_bzip2.c
|
|
index 1748fd4..fd74503 100644
|
|
--- a/lib/zip_algorithm_bzip2.c
|
|
+++ b/lib/zip_algorithm_bzip2.c
|
|
@@ -270,6 +270,6 @@ zip_compression_algorithm_t zip_algorithm_bzip2_decompress = {
|
|
|
|
#else
|
|
|
|
-static int dummy __attribute__((used));
|
|
+static int dummy;
|
|
|
|
#endif /* HAVE_LIBBZ2 */
|