1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 12:32:01 +00:00

Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE

This commit is contained in:
gitlost
2021-07-13 17:39:03 +01:00
parent 7cc2095d3c
commit 2e84fd5157
21 changed files with 1157 additions and 707 deletions

View File

@@ -101,6 +101,8 @@ public:
void setGS1Parens(bool gs1parens);
void setGS1NoCheck(bool gs1nocheck);
void setReaderInit(bool reader_init);
void setDebug(bool debug);
@@ -172,6 +174,7 @@ private:
int target_size_horiz;
int target_size_vert;
bool m_gs1parens;
bool m_gs1nocheck;
bool m_gssep;
bool m_reader_init;
bool m_debug;