1
0
Fork 0

Prevent unaligned memory access in adlib

This removes the last warnings in this area; in this case changing endianess
is not used for accessing emulated memory, just to flip few values to
low endian for storage.
This commit is contained in:
Patryk Obara 2020-01-03 22:40:39 +01:00 committed by Patryk Obara
parent 72122b731b
commit 4d674102d0
3 changed files with 35 additions and 5 deletions

View file

@ -50,7 +50,7 @@ alsa-lib (optional)
If you want compile from developer sources (SVN) under a unix system, you will need:
- Subversion to checkout the sources, or gzip and tar to unpack them from archive
- GCC (>=4.8.1) or Clang (>=3.3)
- GCC (>=4.8.1) or Clang (>=3.4)
- automake (>=1.6)
- autoconf (>=2.50)
- autoconf-archive (>=2009.x)