Update Sources.h

This commit is contained in:
alexey-milovidov 2020-09-06 01:09:59 +03:00 committed by GitHub
parent 4b3220f79a
commit d61dda36ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ struct NumericArraySource : public ArraySourceImpl<NumericArraySource<T>>
};
/// The method can be virtual or not depending on the template parameter.
/// The methods can be virtual or not depending on the template parameter. See IStringSource.
#if !__clang__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wsuggest-override"