attempt to remove some warnings when using -Wall

This commit is contained in:
Greg Wells
2025-05-29 22:34:49 -04:00
parent 77e92957a6
commit 706b558684
11 changed files with 68 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ typedef struct gnDebugger_t {
gnReturnCode gnCreateDebugger(gnDebugger* debugger, const struct gnDebuggerInfo_t info);
void gnDestroyDebugger(gnDebugger* debugger);
static void gnDebuggerSetErrorMessage(gnDebugger* debugger, gnMessageData data) {
void gnDebuggerSetErrorMessage(gnDebugger* debugger, gnMessageData data) {
debugger->info.callback(
GN_MESSAGE_ERROR,
GN_DEBUG_MESSAGE_VALIDATION,