#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
}
}
}