mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
LZ4 warning silencing I accidentally left out of a previous commit
git-svn-id: https://svn.eduke32.com/eduke32@6856 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b932485a1d
commit
16696dbe0b
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ extern "C" {
|
|||
* LZ4LIB_VISIBILITY :
|
||||
* Control library symbols visibility.
|
||||
*/
|
||||
|
||||
#define LZ4LIB_VISIBILITY
|
||||
|
||||
#ifndef LZ4LIB_VISIBILITY
|
||||
# if defined(__GNUC__) && (__GNUC__ >= 4)
|
||||
# define LZ4LIB_VISIBILITY __attribute__ ((visibility ("default")))
|
||||
|
|
Loading…
Reference in a new issue