mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
emf.c: suppress clang-tidy warning
This commit is contained in:
parent
3f33ed3eb9
commit
aa964ef91a
@ -642,6 +642,8 @@ INTERNAL int emf_plot(struct zint_symbol *symbol, int rotate_angle) {
|
||||
str = str->next;
|
||||
}
|
||||
}
|
||||
/* Suppress clang-tidy clang-analyzer-core.UndefinedBinaryOperatorResult warning */
|
||||
assert(this_text == string_count);
|
||||
|
||||
/* Create EOF record */
|
||||
emr_eof.type = 0x0000000e; // EMR_EOF
|
||||
|
Loading…
Reference in New Issue
Block a user