Kim Kulling
|
47575f759f
|
Update unzip.c
- Fix compiler warnings
|
2023-06-26 16:08:12 +02:00 |
Alex
|
b158b716d1
|
Fix Memcpy-param-overlap in unzReadCurrentFile: bump zlib to 1.2.13
|
2023-06-14 07:41:41 +02:00 |
Jackie9527
|
1244e58274
|
Fix warning related to missing-variable-declarations, add static to global variable.
Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
|
2023-04-19 23:28:08 +08:00 |
Kim Kulling
|
89b5011759
|
Update unzip.c
- Fix compiler warning.
|
2022-12-23 13:50:16 +01:00 |
ethaninfinity
|
d018c3b555
|
Added back pragma warnings and changed to be MSVC-specific
|
2022-06-07 11:42:09 -04:00 |
ethaninfinity
|
c5b6b26b8b
|
Revert "Removed pragma warnings"
This reverts commit 4961241c09 .
|
2022-06-07 11:27:12 -04:00 |
ethaninfinity
|
4961241c09
|
Removed pragma warnings
|
2022-06-06 14:53:03 -04:00 |
Jean-Louis
|
54be7ac582
|
Update unzip contrib
|
2020-12-24 01:53:40 +01:00 |
MeyerFabian
|
13ee2306c3
|
build/clang-cl-windows
|
2020-07-20 17:04:11 +02:00 |
Kim Kulling
|
976091a6f6
|
ix compiler warning for pragma statements.
|
2020-03-15 11:47:05 +01:00 |
Kim Kulling
|
e8d2b84017
|
clean all warnings for vs-2019
|
2020-03-08 21:24:01 +01:00 |
ilovezfs
|
f9b599355c
|
unzip: fix build with older zlib
Fixes "unzip.c:150:11: error: unknown type name 'z_crc_t'"
|
2017-12-12 02:28:03 -08:00 |
Turo Lamminen
|
983e52e308
|
unzip: Remove dead assignment
|
2017-11-15 12:45:27 +02:00 |
Turo Lamminen
|
c248ae3797
|
unzip: Remove dead assignments
|
2017-11-15 12:33:34 +02:00 |
Turo Lamminen
|
9b88715361
|
unzip: Bail on bad compression method
|
2017-11-15 12:32:24 +02:00 |
Turo Lamminen
|
0bc259fd95
|
unzip: Fix possibly uninitialized variables
|
2017-11-15 12:30:55 +02:00 |
Jared Mulconry
|
9088deeb1d
|
Eliminated all warnings under clang with default settings. One remains in the included zlib contrib project.
|
2017-09-30 23:29:56 +10:00 |
Jared Mulconry
|
12b6895f7b
|
Replaced unsigned long for the crc table to z_crc_t, to match what is returned by get-crc_table
|
2017-09-29 01:29:11 +10:00 |
Kim Kulling
|
c3cd7349d0
|
unzip: latest greatest.
|
2017-08-05 18:46:34 +02:00 |
Kim Kulling
|
524834c307
|
Fix line endings.
|
2015-08-08 18:02:37 +02:00 |
abma
|
c7ab8383bd
|
fix warning:
equality comparison with extraneous parentheses
|
2014-08-17 23:39:49 +02:00 |
aramis_acg
|
3204cf2736
|
Add conditional define to allow users to compile against their own zlib's.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@784 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2010-07-16 17:49:04 +00:00 |
ulfjorensen
|
3adce87c5c
|
- Made it mostly compile again
- Updated VC9 project files
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@756 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2010-06-21 17:28:02 +00:00 |
kimmi
|
f017b5a4a4
|
- FEATURE : First version of PK3 format loader.
- FEATURE : First prototype of Quake 3 BSP format loader.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@755 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2010-06-18 17:36:46 +00:00 |