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:
parent
72122b731b
commit
4d674102d0
3 changed files with 35 additions and 5 deletions
2
INSTALL
2
INSTALL
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue