From ecba2f96ddf3f2897860be4fbc3a65bd15c0bbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Wed, 26 Apr 2017 19:44:03 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@476 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/core/pibase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src_main/core/pibase.h b/src_main/core/pibase.h index ed4bab8e..5ca56d7a 100644 --- a/src_main/core/pibase.h +++ b/src_main/core/pibase.h @@ -134,6 +134,7 @@ # endif # ifdef MAC_OS # pragma GCC diagnostic ignored "-Wdeprecated-declarations" +# pragma GCC diagnostic ignored "-Wc++11-extensions" # endif # endif # ifdef ANDROID