mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
#191 clang-tidy reduce NOLINTs using asserts, remove DeadStores
This commit is contained in:
parent
dd2bdb4335
commit
52d08fd9b9
12 changed files with 35 additions and 34 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue