From 9fadf6032de86260606c70f17674c4b968b809dc Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 19 Oct 2019 23:45:45 +0000 Subject: [PATCH] Silence a warning git-svn-id: https://svn.eduke32.com/eduke32@8194 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/thirdparty/include/lz4.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/thirdparty/include/lz4.h b/source/thirdparty/include/lz4.h index 32108e232..32788506e 100644 --- a/source/thirdparty/include/lz4.h +++ b/source/thirdparty/include/lz4.h @@ -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")))