qulogic/libgnt

1c91f3535e09
Parents 36290681ff09
Children 3dacd4028a3e
surpress a pvs-studio warning about short global names
  • +1 -1
    gntmain.c
  • --- a/gntmain.c Thu Oct 03 06:10:05 2019 -0500
    +++ b/gntmain.c Thu Oct 03 06:13:03 2019 -0500
    @@ -93,7 +93,7 @@
    static gboolean refresh_screen(void);
    -static GntWM *wm;
    +static GntWM *wm; // -V707
    static GntClipboard *clipboard;
    int gnt_need_conversation_to_locale;