Files
dosbox-x/vs2015
rderooy b39aa574d0 Fix zip.c compile warning:
In file included from dosbox.cpp:83:
../vs2015/zlib/contrib/minizip/zip.c: In function ‘ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def*, voidpf)’:
../vs2015/zlib/contrib/minizip/zip.c:521:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  521 |     for (i=(int)uReadSize-3; (i--)>0;)
      |     ^~~
../vs2015/zlib/contrib/minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  529 |       if (uPosFound!=0)
      |       ^~
2020-06-11 07:32:41 +02:00
..
2020-06-11 07:32:41 +02:00
2020-06-01 01:51:25 -07:00
2020-06-02 17:54:43 -07:00
2019-06-03 23:01:41 +09:00
2020-06-02 18:34:10 -07:00