From fc3c018b1f8bc77abfc69a54545831db8cc73013 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: May 04 2017 23:39:03 +0000 Subject: Updated gcc flags --- diff --git a/qpid-cpp.spec b/qpid-cpp.spec index efef2aa..16f91da 100644 --- a/qpid-cpp.spec +++ b/qpid-cpp.spec @@ -616,7 +616,7 @@ CXX11FLAG="-std=c++11" %endif %if (0%{?fedora} && 0%{?fedora} >= 26) -GCC7FLAG="-Wno-implicit-fallthrough -Wno-deprecated-declarations" +GCC7FLAG="-Wno-implicit-fallthrough -Wno-deprecated-declarations -Wno-error=maybe-uninitialized" %else GCC7FLAG="" %endif