1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 00:15:06 +00:00
OpenMW/components/compiler/nullerrorhandler.cpp
2022-09-22 21:35:26 +03:00

6 lines
219 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) {}