mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE
This commit is contained in:
parent
7cc2095d3c
commit
2e84fd5157
21 changed files with 1157 additions and 707 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue