mirror of
https://github.com/zeldaret/tmc
synced 2026-06-03 02:30:01 -04:00
Fix clang warnings and remove remaining baserom references
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
#include <cstdarg>
|
||||
|
||||
// Reports an error diagnostic and terminates the program.
|
||||
[[noreturn]] void RaiseError(const char* format, ...)
|
||||
{
|
||||
[[noreturn]] void RaiseError(const char* format, ...) {
|
||||
const int bufferSize = 1024;
|
||||
char buffer[bufferSize];
|
||||
std::va_list args;
|
||||
|
||||
Reference in New Issue
Block a user