mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-30 08:48:26 +00:00
12 lines
313 B
C++
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) {}
|