Skip to content

Commit

Permalink
Add gcc pragma, hopefully it works
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Sep 30, 2023
1 parent 0828d04 commit 28c5d7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
# include "gui_gtk_vms.h"
# endif // VMS
# include <X11/Intrinsic.h>
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wstrict-prototypes"
# include <gtk/gtk.h>
# pragma GCC diagnostic pop
#endif

#ifdef FEAT_GUI_HAIKU
Expand Down

0 comments on commit 28c5d7c

Please sign in to comment.