| Index: src/IceGlobalContext.cpp
|
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
|
| index 62a70e4e6d50d0011300b7894972426c77ca7b30..8a53271b46e13807b226462720496fa98ae8eecf 100644
|
| --- a/src/IceGlobalContext.cpp
|
| +++ b/src/IceGlobalContext.cpp
|
| @@ -26,10 +26,16 @@
|
| #include "IceTimerTree.h"
|
| #include "IceTypes.h"
|
|
|
| +#ifdef __clang__
|
| #pragma clang diagnostic push
|
| #pragma clang diagnostic ignored "-Wunused-parameter"
|
| +#endif // __clang__
|
| +
|
| #include "llvm/Support/Timer.h"
|
| +
|
| +#ifdef __clang__
|
| #pragma clang diagnostic pop
|
| +#endif // __clang__
|
|
|
| #include <algorithm> // max()
|
| #include <cctype> // isdigit(), isupper()
|
|
|