mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
xrick: fix sim build warning on arm with -Wundef
Change-Id: I11513a20e0cd0bfd6dbe0759c86e4ff893a3d537
This commit is contained in:
parent
11552d0710
commit
f05be27ae6
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@
|
||||||
#define MINIZ_NO_MALLOC
|
#define MINIZ_NO_MALLOC
|
||||||
#ifdef ROCKBOX
|
#ifdef ROCKBOX
|
||||||
# define MINIZ_NO_ASSERT
|
# define MINIZ_NO_ASSERT
|
||||||
|
# define MINIZ_X86_OR_X64_CPU 0
|
||||||
|
# define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
|
||||||
# ifndef SIMULATOR
|
# ifndef SIMULATOR
|
||||||
# define MINIZ_X86_OR_X64_CPU 0
|
|
||||||
# define MINIZ_HAS_64BIT_REGISTERS 0
|
# define MINIZ_HAS_64BIT_REGISTERS 0
|
||||||
# define TINFL_USE_64BIT_BITBUF 0
|
# define TINFL_USE_64BIT_BITBUF 0
|
||||||
# define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
|
|
||||||
# endif /* ndef SIMULATOR */
|
# endif /* ndef SIMULATOR */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue