Open joachimmarder opened 3 years ago
It should be possible to suppress warnings in source code, like this can be done in C# using SuppressMessage or #pragma warning.
SuppressMessage
#pragma warning
It should be possible to suppress warnings in source code, like this can be done in C# using
SuppressMessage
or#pragma warning
.