Index: /trunk/FACT++/src/InterpreterV8-4.h
===================================================================
--- /trunk/FACT++/src/InterpreterV8-4.h	(revision 20046)
+++ /trunk/FACT++/src/InterpreterV8-4.h	(revision 20047)
@@ -9,5 +9,8 @@
 
 #ifdef HAVE_V8
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wshadow"
 #include <v8.h>
+#pragma GCC diagnostic pop
 #endif
 
