argument marked unused is used

This commit is contained in:
Yuichi Nishiwaki 2015-08-05 09:59:30 +09:00
parent 98662215e1
commit a479ec21ec
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*/ */
static pic_sym * static pic_sym *
lookup(pic_state PIC_UNUSED(*pic), pic_value var, struct pic_env *env) lookup(pic_state *pic, pic_value var, struct pic_env *env)
{ {
khiter_t it; khiter_t it;