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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user