-
-
Save kaworu/7657036 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libpkg/pkg_manifest.c b/libpkg/pkg_manifest.c | |
index af73d2f..4d6f641 100644 | |
--- a/libpkg/pkg_manifest.c | |
+++ b/libpkg/pkg_manifest.c | |
@@ -1007,6 +1007,7 @@ emit_manifest(struct pkg *pkg, char **out, short flags) | |
ucl_object_free(top); | |
+ (void)obj; /* look gcc, I'm used ! */ | |
return (EPKG_OK); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment