Skip to content

Commit

Permalink
Added UNUSED vars
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@19157 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
petdance committed Jun 20, 2007
1 parent be17bfe commit 60e555b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/packfile.c
Expand Up @@ -2823,6 +2823,7 @@ PackFile_Constant_new(Interp *interp)
{
PackFile_Constant * const self =
mem_allocate_zeroed_typed(PackFile_Constant);
UNUSED(interp);

self->type = PFC_NONE;

Expand Down
2 changes: 2 additions & 0 deletions src/stacks.c
Expand Up @@ -383,6 +383,8 @@ Stack_entry_type
get_entry_type(Interp *interp, const Stack_Entry_t *entry /*NN*/)
/* PURE, WARN_UNUSED */
{
UNUSED(interp);

return entry->entry_type;
}

Expand Down

0 comments on commit 60e555b

Please sign in to comment.