mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 15:45:38 +00:00
gui-thread-check: Fix some compilation warnings
This commit is contained in:
parent
bd41e1150d
commit
2edff869fd
|
@ -23,11 +23,12 @@
|
|||
* USA.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include <mono/metadata/profiler.h>
|
||||
|
||||
|
||||
extern pthread_t pthread_self ();
|
||||
extern pthread_t pthread_self (void);
|
||||
|
||||
static gboolean
|
||||
stack_walk_fn (MonoMethod *method, gint32 native_offset, gint32 il_offset, gboolean managed, gpointer data)
|
||||
|
|
Loading…
Reference in a new issue