[interp] fix compiler warning
commit3a8cb50b078a54a24f41ecb974e5162e01b5ed9e
authorBernhard Urban <bernhard.urban@xamarin.com>
Tue, 3 Oct 2017 11:05:45 +0000 (3 13:05 +0200)
committerBernhard Urban <bernhard.urban@xamarin.com>
Wed, 11 Oct 2017 11:59:58 +0000 (11 13:59 +0200)
treebe1b7fdd130d473468615e2cd51d49b3f971d059
parented10891d9be748eb00274fdf3da962aee4987100
[interp] fix compiler warning

> interp/interp.c: In function ‘ves_exec_method_with_context’:
> interp/interp.c:4553:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
>     MonoDomain *tls_domain = (MonoDomain *) ((gpointer (*)()) mono_tls_get_tls_getter (TLS_KEY_DOMAIN, FALSE)) ();
mono/mini/interp/interp.c