| Index: src/checks.h
|
| diff --git a/src/checks.h b/src/checks.h
|
| index 19bc3cc48ba57621f6146120f3251e66fc412e9d..3829b4ac39b80973a9b7300d3531260cad4c9fc9 100644
|
| --- a/src/checks.h
|
| +++ b/src/checks.h
|
| @@ -336,7 +336,7 @@ template <int> class StaticAssertionHelper { };
|
| #define STATIC_CHECK(test) \
|
| typedef \
|
| StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>((test))>)> \
|
| - SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
|
| + SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) V8_UNUSED
|
| #endif
|
|
|
|
|
|
|