qulogic/libgnt

Fix two more warnings

2014-04-03, Tomasz Wasilczyk
250c6342039e
Fix two more warnings
  • +1 -0
    gntmain.c
  • --- a/gntmain.c Thu Apr 03 19:39:58 2014 +0200
    +++ b/gntmain.c Thu Apr 03 20:30:21 2014 +0200
    @@ -469,6 +469,7 @@
    #ifdef NO_WIDECHAR
    ascii_only = TRUE;
    + (void)locale;
    #else
    if (locale && (strstr(locale, "UTF") || strstr(locale, "utf"))) {
    ascii_only = FALSE;