(Darwin) Fix warnings

This commit is contained in:
twinaphex 2018-01-31 11:23:57 +01:00
parent efcbb7627c
commit 5bfa63e4bd

View File

@ -741,5 +741,7 @@ frontend_ctx_driver_t frontend_ctx_darwin = {
NULL, /* destroy_signal_handler_state */ NULL, /* destroy_signal_handler_state */
NULL, /* attach_console */ NULL, /* attach_console */
NULL, /* detach_console */ NULL, /* detach_console */
NULL, /* watch_path_for_changes */
NULL, /* check_for_path_changes */
"darwin", "darwin",
}; };