1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-30 07:48:26 +00:00
openmw/components/compiler/nullerrorhandler.cpp

12 lines
313 B
C++

#include "nullerrorhandler.hpp"
#include <components/compiler/errorhandler.hpp>
namespace Compiler
{
struct TokenLoc;
}
void Compiler::NullErrorHandler::report(const std::string& message, const TokenLoc& loc, Type type) {}
void Compiler::NullErrorHandler::report(const std::string& message, Type type) {}