View | Details | Raw Unified | Return to bug 197869
Collapse All | Expand All

(-)lang/v8/files/patch-src__checks.h (+11 lines)
Line 0 Link Here
1
--- src/checks.h.orig	2013-05-01 14:56:29.000000000 +0200
2
+++ src/checks.h	2015-02-20 23:52:17.355690000 +0100
3
@@ -248,7 +248,7 @@
4
 #define STATIC_CHECK(test)                                                    \
5
   typedef                                                                     \
6
     StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>((test))>)> \
7
-    SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
8
+    SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) __attribute__((__unused__))
9
 
10
 
11
 extern bool FLAG_enable_slow_asserts;

Return to bug 197869