silence a warning when compiling with NDEBUG

This commit is contained in:
Sven M. Hallberg 2013-05-12 00:20:42 +02:00
parent 1c8764e1da
commit 75326263df

View file

@ -64,7 +64,7 @@ static bool is_isValidCF(void *env) {
static bool h_svm_action_ignoreseq(HArena *arena, HSVMContext *ctx, void* env) {
HIgnoreSeq *seq = (HIgnoreSeq*)env;
HParsedToken* save;
HParsedToken* save = NULL;
// We can assume that each subitem generated at most one item on the
// stack.
assert(seq->len >= 1);