mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Silence a warning
git-svn-id: https://svn.eduke32.com/eduke32@8194 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ba02bbaf67
commit
9fadf6032d
1 changed files with 3 additions and 0 deletions
3
source/thirdparty/include/lz4.h
vendored
3
source/thirdparty/include/lz4.h
vendored
|
@ -82,6 +82,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