Fix warnings in clang
This commit is contained in:
parent
4ebce359ea
commit
ceceab8d8b
21 changed files with 49 additions and 52 deletions
|
|
@ -57,7 +57,7 @@ void cvtdict(KHREC* krec, CLREC* clrec, int flg) {
|
|||
|
||||
jlen = jrec->jlen;
|
||||
|
||||
if(i = jrec->sttofs) {
|
||||
if((i = jrec->sttofs)) {
|
||||
|
||||
if(i == SETTOU_KIGOU) {
|
||||
sttlen = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue