mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:19:37 +02:00
Change z_verbose from const to typed const to avoid unreachable code warning
git-svn-id: trunk@29108 -
This commit is contained in:
parent
542a4ea423
commit
8e1f922248
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user