mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Bug 1399412 - Work around clang assertion by wrapping lz4.c in an extern C block. r=froydnj
MozReview-Commit-ID: LLgSbJadbyJ --HG-- extra : amend_source : 08d7908fe6807db654411fc291bccc98496d4275
This commit is contained in:
parent
18d6f50308
commit
f2d86a8b30
@ -25,8 +25,12 @@ using namespace mozilla::Compression;
|
||||
|
||||
namespace {
|
||||
|
||||
extern "C" {
|
||||
|
||||
#include "lz4.c"
|
||||
|
||||
}
|
||||
|
||||
}/* anonymous namespace */
|
||||
|
||||
/* Our wrappers */
|
||||
|
Loading…
x
Reference in New Issue
Block a user