| Index: src/IceELFSection.cpp
|
| diff --git a/src/IceELFSection.cpp b/src/IceELFSection.cpp
|
| index 8ca5b2d419d75776d6d6ed90205f87f28375ccfd..ee340f8c50caddd14f9cd2272b2f8a5ce96095aa 100644
|
| --- a/src/IceELFSection.cpp
|
| +++ b/src/IceELFSection.cpp
|
| @@ -15,7 +15,12 @@
|
|
|
| #include "IceDefs.h"
|
| #include "IceELFStreamer.h"
|
| +
|
| +#pragma clang diagnostic push
|
| +#pragma clang diagnostic ignored "-Wunused-parameter"
|
| +#pragma clang diagnostic ignored "-Wshadow"
|
| #include "llvm/Support/MathExtras.h"
|
| +#pragma clang diagnostic pop
|
|
|
| using namespace llvm::ELF;
|
|
|
|
|