Most likely here we want to compare the variable not doing an assignment. unit/test-ie.c:227:2: error: suggest parentheses around assignment used as truth value [-Werror=parentheses] assert(expected_len = final_len); ^~~~~~