(Darwin) Fix warnings
This commit is contained in:
parent
efcbb7627c
commit
5bfa63e4bd
|
@ -741,5 +741,7 @@ frontend_ctx_driver_t frontend_ctx_darwin = {
|
|||
NULL, /* destroy_signal_handler_state */
|
||||
NULL, /* attach_console */
|
||||
NULL, /* detach_console */
|
||||
NULL, /* watch_path_for_changes */
|
||||
NULL, /* check_for_path_changes */
|
||||
"darwin",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue