From db36777ccd800bf90d217cf17fa72363f0e41ed9 Mon Sep 17 00:00:00 2001 From: Shin Date: Sun, 8 May 2016 12:09:43 +0200 Subject: [PATCH] basis test. ignore warning from gtest --- tests/basis.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/basis.cpp b/tests/basis.cpp index c752866..596fd48 100644 --- a/tests/basis.cpp +++ b/tests/basis.cpp @@ -4,8 +4,13 @@ #include +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Weffc++" + #include +#pragma GCC diagnostic pop + NEURAL_NETWORK_INIT(); TEST(Linear,FourElements) {