Index: src/checks.h |
diff --git a/src/checks.h b/src/checks.h |
index 9d2db28d8f3106f1e781c2d69820089d7b82f0ad..f7b145fc8a8ceb052a573c05b590d3057ac8ddaa 100644 |
--- a/src/checks.h |
+++ b/src/checks.h |
@@ -268,7 +268,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 |