mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Remove outdated build flag -Weffc++
This commit is contained in:
committed by
Mohammad Al-Turany
parent
fb0996268a
commit
b63e2ee153
@@ -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 */
|
||||
|
Reference in New Issue
Block a user