Change z_verbose from const to typed const to avoid unreachable code warning

git-svn-id: trunk@29108 -
This commit is contained in:
pierre 2014-11-22 15:34:32 +00:00
parent 542a4ea423
commit 8e1f922248

View File

@ -412,7 +412,7 @@ resourcestring Sneed_dict = 'need dictionary';
Sversion_error = 'incompatible version';
const
z_verbose = 1;
z_verbose : longint = 1;
{$IFDEF ZLIB_DEBUG}
procedure z_error (m : string);