billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=c3767594d16bdabafd914f05720666d6ea0ea140
commit c3767594d16bdabafd914f05720666d6ea0ea140 Author: Boris Faure <[email protected]> Date: Thu May 11 23:46:01 2017 +0200 fix compilation with fuzzing enabled --- src/bin/tyfuzz.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/tyfuzz.c b/src/bin/tyfuzz.c index 5c0c317..e933c1b 100644 --- a/src/bin/tyfuzz.c +++ b/src/bin/tyfuzz.c @@ -49,6 +49,11 @@ termio_scroll(Evas_Object *obj EINA_UNUSED, { } +void +termio_font_size_set(Evas_Object *obj EINA_UNUSED, + int size EINA_UNUSED) +{ +} /* }}} */ --
