From 0ce9b446d9d6b06b7e944f867786956ed7f128fb Mon Sep 17 00:00:00 2001 From: Vlad Gluhovsky Date: Mon, 29 Jun 2015 18:47:53 +0200 Subject: [PATCH] warning fixed --- libdevcore/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libdevcore/Common.h b/libdevcore/Common.h index c6ed25223..384be324e 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -45,6 +45,7 @@ #pragma warning(push) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" +#pragma GCC diagnostic ignored "-fpermissive" #include #if (BOOST_VERSION == 105800) #include "boost_multiprecision_number_compare_bug_workaround.hpp"