AGS: Fixing various "unused va/arg" warnings + removed empty funcs

From upstream 61771ecd638338806c40d0da2bf1addea06cac90
This commit is contained in:
Paul Gilbert 2022-04-25 21:44:40 -07:00
parent d0e8eba2c4
commit a6f42ad1ab
33 changed files with 79 additions and 119 deletions

View file

@ -73,7 +73,7 @@ IAGSEditorDebugger *GetEditorDebugger(const char *instanceToken) {
#else // AGS_PLATFORM_OS_WINDOWS
IAGSEditorDebugger *GetEditorDebugger(const char *instanceToken) {
IAGSEditorDebugger *GetEditorDebugger(const char * /*instanceToken*/) {
return nullptr;
}