Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Pkg: suppress unused argument warning
Browse files Browse the repository at this point in the history
  • Loading branch information
minexew committed Mar 22, 2017
1 parent be8c4fa commit d0e383d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pkg/Pkg.HC
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ I64 PkgParseManifest(CPkgInfo* pinf, U8* manifest) {
I64 PkgWriteManifest(CPkgInfo* pinf, U8* path) {
// TODO: implement

no_warn pinf;
FileWrite(path, "", 0);
return 0;
}
Expand Down

0 comments on commit d0e383d

Please sign in to comment.