emf.c: suppress clang-tidy warning

This commit is contained in:
gitlost 2021-07-26 15:55:34 +01:00
parent 3f33ed3eb9
commit aa964ef91a

View File

@ -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