Skip to content

Commit

Permalink
Build: Fix compilation for VS-2022 debug mode - warning (assimp#5606)
Browse files Browse the repository at this point in the history
- closes assimp#5601
  • Loading branch information
kimkulling authored May 31, 2024
1 parent 43634b8 commit 0d546b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/zip/src/miniz.h
Original file line number Diff line number Diff line change
Expand Up @@ -5267,7 +5267,7 @@ struct mz_zip_internal_state_tag {
(array_ptr)->m_element_size = element_size

#if defined(DEBUG) || defined(_DEBUG)
static MZ_FORCEINLINE mz_uint
static MZ_FORCEINLINE size_t
mz_zip_array_range_check(const mz_zip_array *pArray, mz_uint index) {
MZ_ASSERT(index < pArray->m_size);
return index;
Expand Down

0 comments on commit 0d546b3

Please sign in to comment.