Silence a warning

git-svn-id: https://svn.eduke32.com/eduke32@8194 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-10-19 23:45:45 +00:00 committed by Christoph Oelckers
parent ba02bbaf67
commit 9fadf6032d
1 changed files with 3 additions and 0 deletions

View File

@ -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")))