on a current git master: session-editor.c: In function 'session_editor_clear_sessions': session-editor.c:201:13: error: implicit declaration of function 'g_unlink' session-editor.c:201:13: error: nested extern declaration of 'g_unlink' those are actually warnings, but -Werror is passed.
Fixed in 42c5eac.