| 179 | } |
| 180 | |
| 181 | ErrorHandlerSuspender::ErrorHandlerSuspender() |
| 182 | { |
| 183 | CPLPushErrorHandler(CPLQuietErrorHandler); |
| 184 | } |
| 185 | |
| 186 | |
| 187 | ErrorHandlerSuspender::~ErrorHandlerSuspender() |
nothing calls this directly
no outgoing calls
no test coverage detected