Browse Source

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

git-svn-id: trunk@29108 -
pierre 10 years ago
parent
commit
8e1f922248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/paszlib/src/zbase.pas

+ 1 - 1
packages/paszlib/src/zbase.pas

@@ -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);