mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
avoid warning in parser.c when debugging is OFF
This commit is contained in:
@@ -241,6 +241,7 @@ pgf_extern_syms_get(PgfItem* item, GuPool* pool)
|
|||||||
return syms;
|
return syms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef PGF_PARSER_DEBUG
|
||||||
static void
|
static void
|
||||||
pgf_item_symbols(PgfItem* item,
|
pgf_item_symbols(PgfItem* item,
|
||||||
size_t* lin_idx, PgfSymbols** syms,
|
size_t* lin_idx, PgfSymbols** syms,
|
||||||
@@ -281,7 +282,6 @@ pgf_item_symbols(PgfItem* item,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef PGF_PARSER_DEBUG
|
|
||||||
static void
|
static void
|
||||||
pgf_print_production_args(PgfPArgs* args,
|
pgf_print_production_args(PgfPArgs* args,
|
||||||
GuOut* out, GuExn* err)
|
GuOut* out, GuExn* err)
|
||||||
|
|||||||
Reference in New Issue
Block a user