mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 06:34:32 -04:00
emf.c: suppress clang-tidy warning
This commit is contained in:
parent
3f33ed3eb9
commit
aa964ef91a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue