mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
7 lines
222 B
C++
7 lines
222 B
C++
|
|
#include "nullerrorhandler.hpp"
|
|
|
|
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
|
|
|
|
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}
|