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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user