#191 clang-tidy reduce NOLINTs using asserts, remove DeadStores

This commit is contained in:
gitlost
2020-07-19 10:31:12 +01:00
parent dd2bdb4335
commit 52d08fd9b9
12 changed files with 35 additions and 34 deletions

View File

@ -1291,6 +1291,8 @@ INTERNAL int rssexpanded(struct zint_symbol *symbol, unsigned char source[], int
char* binary_string = (char*) _alloca(bin_len);
#endif
separator_row = 0;
i = gs1_verify(symbol, source, src_len, reduced);
if (i != 0) {
return i;