Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created November 26, 2013 11:40
Show Gist options
  • Save kaworu/7657036 to your computer and use it in GitHub Desktop.
Save kaworu/7657036 to your computer and use it in GitHub Desktop.
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