File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ struct AsyncAgencyCommResult {
83
83
// switched off. And since warnings are considered to be errors, we must
84
84
// switch the warning off:
85
85
86
- #if defined(__GNUC__) && (__GNUC__ > 9 || (__GNUC__ == 9 && __GNUC_MINOR__ >= 3 ))
86
+ #if defined(__GNUC__) && (__GNUC__ > 9 || (__GNUC__ == 9 && __GNUC_MINOR__ >= 2 ))
87
87
#pragma GCC diagnostic push
88
88
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
89
89
#endif
@@ -106,7 +106,7 @@ struct AgencyReadResult : public AsyncAgencyCommResult {
106
106
std::shared_ptr<arangodb::cluster::paths::Path const > _valuePath;
107
107
};
108
108
109
- #if defined(__GNUC__) && (__GNUC__ > 9 || (__GNUC__ == 9 && __GNUC_MINOR__ >= 3 ))
109
+ #if defined(__GNUC__) && (__GNUC__ > 9 || (__GNUC__ == 9 && __GNUC_MINOR__ >= 2 ))
110
110
#pragma GCC diagnostic pop
111
111
#endif
112
112
You can’t perform that action at this time.
0 commit comments