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:
terminx 2018-04-23 10:15:03 +00:00
parent b932485a1d
commit 16696dbe0b
1 changed files with 3 additions and 0 deletions

View File

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