Fix various compiler warnings (#5064)
[mono.git] / mono / mini / debugger-agent.c
index b887931ac0e37c068ecbe2fd58899c7e60c2dd04..0c1a63db2e7a23b506f0d83c35e1384b50f8e2fd 100644 (file)
@@ -4792,7 +4792,7 @@ set_set_notification_for_wait_completion_flag (StackFrame *frame)
 static MonoMethod* notify_debugger_of_wait_completion_method_cache = NULL;
 
 static MonoMethod*
-get_notify_debugger_of_wait_completion_method ()
+get_notify_debugger_of_wait_completion_method (void)
 {
        if (notify_debugger_of_wait_completion_method_cache != NULL)
                return notify_debugger_of_wait_completion_method_cache;