Don't use C++11 deprecation attribute with clang
authorNick Terrell <terrelln@fb.com>
Thu, 24 Aug 2017 21:06:34 +0000 (14:06 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 24 Aug 2017 21:06:34 +0000 (14:06 -0700)
commit252ce14fd2ce8e4ff6038e79fe48a6b38643f8c9
treed7c54a98654db75c7663f728b0616dc62a9f6567
parent35a39e0e53678f0045bf7148e803909434d7a834
Don't use C++11 deprecation attribute with clang

Clang doesn't accept a C++11 attribute following `LZ4LIB_API`.
Use the GNU attribute instead.
lib/lz4.h