comparison src/gui.c @ 20231:993d820196b9 v8.2.0671

patch 8.2.0671: Haiku: compiler warnings Commit: https://github.com/vim/vim/commit/9e175141f3437627c314257ebf894c29c71a9ded Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 30 22:51:01 2020 +0200 patch 8.2.0671: Haiku: compiler warnings Problem: Haiku: compiler warnings. Solution: Avoid the warnings. Drop display_errors() copy. (Emir Sari, closes #6018)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Apr 2020 23:00:05 +0200
parents 2c23053c654a
children bed30e6b5a09
comparison
equal deleted inserted replaced
20230:1885410aedb6 20231:993d820196b9
5105 STRCPY(buffer, buf); 5105 STRCPY(buffer, buf);
5106 } 5106 }
5107 # endif 5107 # endif
5108 #endif 5108 #endif
5109 5109
5110 #if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11) || defined(PROTO) 5110 #if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11)|| defined(FEAT_GUI_HAIKU) \
5111 || defined(PROTO)
5111 void 5112 void
5112 display_errors(void) 5113 display_errors(void)
5113 { 5114 {
5114 char_u *p; 5115 char_u *p;
5115 5116