1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 09:57:02 +00:00

#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

@@ -35,7 +35,6 @@
#include "common.h"
#include "maxicode.h"
#include "reedsol.h"
#include <string.h>
static int maxi_codeword[144];
@@ -270,7 +269,7 @@ static int maxi_text_process(int mode, unsigned char source[], int length, int e
if (set[i] == 2) {
character[i] = 51;
}
done = 1;
// done = 1 // As long as last branch not needed
}
}
}