Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suppress warnings.
  • Loading branch information
jordan-woyak committed Apr 2, 2013
1 parent 27e08f6 commit 92e82a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX.cpp
Expand Up @@ -262,6 +262,8 @@ void CUCode_AX::HandleCommandList()
addr_hi = m_cmdlist[curr_idx++];
addr_lo = m_cmdlist[curr_idx++];
// TODO
// suppress warnings:
(void)samp_val; (void)idx;
break;
}

Expand Down

0 comments on commit 92e82a4

Please sign in to comment.