1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 00:53:52 +00:00
openmw/components/compiler/nullerrorhandler.cpp

6 lines
219 B
C++
Raw Normal View History

#include "nullerrorhandler.hpp"
2022-09-22 18:26:05 +00:00
void Compiler::NullErrorHandler::report(const std::string& message, const TokenLoc& loc, Type type) {}
2022-09-22 18:26:05 +00:00
void Compiler::NullErrorHandler::report(const std::string& message, Type type) {}