提交 a532d53e 编写于 作者: L Levi Bard

Silence compiler warnings.

上级 50429b10
......@@ -17,9 +17,9 @@ void unity_mono_redirect_output( const char *fout, const char *ferr );
/**
* Closes redirected output files.
*/
void unity_mono_close_output();
void unity_mono_close_output(void);
extern MonoString* mono_unity_get_embeddinghostname();
extern MonoString* mono_unity_get_embeddinghostname(void);
void mono_unity_write_to_unity_log(MonoString* str);
......@@ -27,7 +27,7 @@ void mono_unity_write_to_unity_log(MonoString* str);
FILE* unity_fopen( const char *name, const char *mode );
#endif
extern gboolean mono_unity_socket_security_enabled_get ();
extern gboolean mono_unity_socket_security_enabled_get (void);
extern void mono_unity_socket_security_enabled_set (gboolean enabled);
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册