mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Revert "xrick: fix sim build warning on arm with -Wundef"
This reverts commit f05be27ae6.
Reason for revert: Introduces warnings on all (x86) sim builds.
Change-Id: I052c3569693663910a4290668b90ff444da65c75
This commit is contained in:
parent
ecb3e9936f
commit
a5df7c2e02
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@
|
|||
#define MINIZ_NO_MALLOC
|
||||
#ifdef ROCKBOX
|
||||
# define MINIZ_NO_ASSERT
|
||||
# define MINIZ_X86_OR_X64_CPU 0
|
||||
# define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
|
||||
# ifndef SIMULATOR
|
||||
# define MINIZ_X86_OR_X64_CPU 0
|
||||
# define MINIZ_HAS_64BIT_REGISTERS 0
|
||||
# define TINFL_USE_64BIT_BITBUF 0
|
||||
# define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
|
||||
# endif /* ndef SIMULATOR */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue