| Index: unittest/IceELFSectionTest.cpp
|
| diff --git a/unittest/IceELFSectionTest.cpp b/unittest/IceELFSectionTest.cpp
|
| index 57e43c14b312392374c749aab9430711be4fbfd1..ee91fbd1cb835b66c2f339eec97a8f55d46c46e6 100644
|
| --- a/unittest/IceELFSectionTest.cpp
|
| +++ b/unittest/IceELFSectionTest.cpp
|
| @@ -9,7 +9,11 @@
|
|
|
| #include <algorithm>
|
|
|
| +#pragma clang diagnostic push
|
| +#pragma clang diagnostic ignored "-Wunused-parameter"
|
| +#pragma clang diagnostic ignored "-Wshadow"
|
| #include "gtest/gtest.h"
|
| +#pragma clang diagnostic pop
|
|
|
| #include "IceDefs.h"
|
| #include "IceELFSection.h"
|
|
|