From 32324342245ac7bd20b1112e3d74fe9da69a6e19 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 16 Apr 2022 14:15:06 +0200 Subject: [PATCH] Fix warning -Wdll-attribute-on-redeclaration --- raylib/utils_log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/raylib/utils_log.h b/raylib/utils_log.h index 8842e4b..8bfc72f 100644 --- a/raylib/utils_log.h +++ b/raylib/utils_log.h @@ -4,7 +4,6 @@ extern "C" { // Prevents name mangling of functions void setLogCallbackWrapper(void); // enable the call-back -void internalTraceLogCallbackGo(int, void*, int); // Go function that will get called #if defined(__cplusplus) }