Bug 1306642 - Temporarily allow warnings from MemoryChecking.h. r=dmajor

--HG--
extra : rebase_source : ff1502d89cf38b27b2cb28152f4ff33141b67374
This commit is contained in:
Masatoshi Kimura 2018-08-04 17:25:11 +09:00
parent 85a1661cdc
commit b2d2d974d3

View File

@ -46,6 +46,12 @@
#endif
extern "C" {
/* workaround for bug 1306642 */
#if defined(_MSC_VER) && defined(__clang__)
#pragma clang diagnostic warning "-Wdll-attribute-on-redeclaration"
#pragma clang diagnostic warning "-Winconsistent-dllimport"
#endif
/* These definitions are usually provided through the
* sanitizer/asan_interface.h header installed by ASan.
*/