File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ CDINCLUDE=$(ECOLAB_HOME)/include
124124ifdef AEGIS
125125 # unused-variable warnings fail certain RAII usages in C++
126126 # -Wno-class-memaccess -Wno-stringop-overflow -Wno-restrict to silence bogus messages in g++
127- FLAGS+ =-Werror -Wall -Wno-unused-variable -Wno-unused-function -Wno-class-memaccess -Wno- stringop-overflow -Wno-restrict
127+ FLAGS+ =-Werror -Wall -Wno-unused-variable -Wno-unused-function -Wno-stringop-overflow -Wno-restrict
128128 # for now, we maintain the code for C++98 standard
129129 # noexcept-type is a warning about ABI changes coming in C++17
130130 # Travis complains about unused-local-typedefs, so shut it up.
131- CXXFLAGS+ =-Wno-noexcept-type -Wno-unused-local-typedefs
131+ CXXFLAGS+ =-Wno-noexcept-type -Wno-unused-local-typedefs -Wno-class-memaccess
132132endif
133133CXXFLAGS+=-std =c++20
134134
You can’t perform that action at this time.
0 commit comments