Remove outdated build flag -Weffc++

This commit is contained in:
Dennis Klein
2017-10-06 12:02:33 +02:00
committed by Mohammad Al-Turany
parent fb0996268a
commit b63e2ee153
3 changed files with 0 additions and 19 deletions

View File

@@ -86,11 +86,6 @@ inline std::string ConvertVariableValueToString<boost::filesystem::path>(const p
return valueStr;
}
#if defined(__GNUC__) || defined(__GNUG__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
#endif
// policy to convert boost variable value into string
struct ToString
{
@@ -235,10 +230,6 @@ struct ConvertVariableValue : T
}
};
#if defined(__GNUC__) || defined(__GNUG__)
#pragma GCC diagnostic pop
#endif
} // FairMQ namespace
#endif /* FAIRPROGOPTIONSHELPER_H */