mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
emf.c: suppress clang-tidy warning
This commit is contained in:
@@ -642,6 +642,8 @@ INTERNAL int emf_plot(struct zint_symbol *symbol, int rotate_angle) {
|
|||||||
str = str->next;
|
str = str->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Suppress clang-tidy clang-analyzer-core.UndefinedBinaryOperatorResult warning */
|
||||||
|
assert(this_text == string_count);
|
||||||
|
|
||||||
/* Create EOF record */
|
/* Create EOF record */
|
||||||
emr_eof.type = 0x0000000e; // EMR_EOF
|
emr_eof.type = 0x0000000e; // EMR_EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user