1
0
forked from aniani/vim

patch 8.2.0671: Haiku: compiler warnings

Problem:    Haiku: compiler warnings.
Solution:   Avoid the warnings. Drop display_errors() copy. (Emir Sari,
            closes #6018)
This commit is contained in:
Bram Moolenaar
2020-04-30 22:51:01 +02:00
parent 6adb9ea0a6
commit 9e175141f3
4 changed files with 6 additions and 36 deletions

View File

@@ -5107,7 +5107,8 @@ gui_find_iconfile(char_u *name, char_u *buffer, char *ext)
# endif
#endif
#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11) || defined(PROTO)
#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11)|| defined(FEAT_GUI_HAIKU) \
|| defined(PROTO)
void
display_errors(void)
{