chore: clean up windows code smells missed by sonarscan

This commit is contained in:
sithlord48
2025-05-02 08:29:56 -04:00
committed by Nick Bolton
parent 903401796e
commit e9ccd513f7
42 changed files with 201 additions and 318 deletions

View File

@ -11,24 +11,19 @@
#include <Windows.h>
#include <string>
MSWindowsDebugOutputter::MSWindowsDebugOutputter()
{
}
MSWindowsDebugOutputter::~MSWindowsDebugOutputter()
{
}
void MSWindowsDebugOutputter::open(const char *title)
{
// do nothing
}
void MSWindowsDebugOutputter::close()
{
// do nothing
}
void MSWindowsDebugOutputter::show(bool showIfEmpty)
{
// do nothing
}
bool MSWindowsDebugOutputter::write(ELevel level, const char *msg)
@ -39,4 +34,5 @@ bool MSWindowsDebugOutputter::write(ELevel level, const char *msg)
void MSWindowsDebugOutputter::flush()
{
// do nothing
}