| Index: Source/wtf/UnusedParam.h
|
| diff --git a/Source/wtf/UnusedParam.h b/Source/wtf/UnusedParam.h
|
| index 31d70e7364826685c790f807eda617dbc0214bc3..bd0e2b0d1a5f6a7c308cab1b97fd007fab5e211d 100644
|
| --- a/Source/wtf/UnusedParam.h
|
| +++ b/Source/wtf/UnusedParam.h
|
| @@ -23,7 +23,7 @@
|
|
|
| #include <wtf/Platform.h>
|
|
|
| -#if COMPILER(INTEL) && !OS(WINDOWS) || COMPILER(RVCT)
|
| +#if COMPILER(INTEL) && !OS(WINDOWS)
|
| template<typename T>
|
| inline void unusedParam(T& x) { (void)x; }
|
| #define UNUSED_PARAM(variable) unusedParam(variable)
|
|
|