mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:29:14 +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';
|
Sversion_error = 'incompatible version';
|
||||||
|
|
||||||
const
|
const
|
||||||
z_verbose = 1;
|
z_verbose : longint = 1;
|
||||||
|
|
||||||
{$IFDEF ZLIB_DEBUG}
|
{$IFDEF ZLIB_DEBUG}
|
||||||
procedure z_error (m : string);
|
procedure z_error (m : string);
|
||||||
|
Loading…
Reference in New Issue
Block a user