mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix a bunch of -Wtype-limits warnings.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#ifndef SIZE_MAX
|
||||
# ifndef SIZE_T_MAX
|
||||
# ifdef _MSC_VER
|
||||
# define SIZE_T_MAX UINT_MAX
|
||||
# define SIZE_T_MAX UINT_MAX /* What happens on 64 bit windows? */
|
||||
# else
|
||||
# error
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user