* @brief Returns a format describing the file format found */
| 238 | * @brief Returns a format describing the file format found |
| 239 | */ |
| 240 | const char *format () const |
| 241 | { |
| 242 | return mp_actual_reader->format (); |
| 243 | } |
| 244 | |
| 245 | /** |
| 246 | * @brief Sets a flag indicating that warnings shall be treated as errors |
no test coverage detected