Files
nethack/win/Qt
nhmall ae11c6e25d some warnings with clang version 13.0.0-9
---------------------
win/curses/cursstat.c:

../win/curses/cursstat.c:301:9: warning: variable 'height' set but not used [-Wunused-but-set-variable]
        height, width, w, xtra, clen, x, y, t, ex, ey,
        ^
1 warning generated.

---------------------
win/Qt/qt_menu.cpp:

../win/Qt/qt_menu.cpp:1123:9: warning: variable 'h' set but not used [-Wunused-but-set-variable]
    int h=0;
        ^
1 warning generated.

---------------------
/win/Qt/qt_yndlg.cpp:

../win/Qt/qt_yndlg.cpp:170:6: warning: variable 'x' set but not used [-Wunused-but-set-variable]
        int x=margin, y=extra+margin;
            ^
../win/Qt/qt_yndlg.cpp:170:16: warning: variable 'y' set but not used [-Wunused-but-set-variable]
        int x=margin, y=extra+margin;
                      ^
2 warnings generated.

Commenting out the x and y references, then leads to the following additional warnings,
so comment those out too:

../win/Qt/qt_yndlg.cpp:167:12: warning: unused variable 'margin' [-Wunused-variable]
        const int margin=8;
                  ^
../win/Qt/qt_yndlg.cpp:168:12: warning: unused variable 'gutter' [-Wunused-variable]
        const int gutter=8;
                  ^
../win/Qt/qt_yndlg.cpp:169:12: warning: unused variable 'extra' [-Wunused-variable]
        const int extra=fontMetrics().height(); // Extra for group
                  ^
3 warnings generated.

---------------------
2022-01-31 15:11:05 -05:00
..
2019-12-07 17:07:50 +01:00
2019-12-07 17:07:50 +01:00
2022-01-15 10:14:11 -08:00
2021-12-31 01:53:46 -08:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2020-12-27 17:01:33 -08:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2022-01-04 12:23:06 -08:00
2022-01-04 12:23:06 -08:00
2021-12-30 11:29:03 -08:00
2020-11-19 04:48:15 -08:00
2022-01-02 01:48:07 -08:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2021-01-08 13:47:34 -08:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2022-01-17 14:38:16 -08:00
2022-01-04 12:23:06 -08:00
2021-09-18 19:51:04 -04:00
2021-08-15 10:58:42 +03:00
2021-12-30 11:29:03 -08:00
2022-01-10 13:23:09 -08:00
2021-02-03 09:42:59 -05:00
2021-12-30 11:29:03 -08:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2022-01-02 01:48:07 -08:00
2020-12-06 02:58:05 -08:00
2021-12-30 11:29:03 -08:00
2020-11-05 14:28:17 -08:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2020-11-05 14:36:13 -08:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2021-01-23 15:58:23 -08:00
2022-01-17 11:22:13 -08:00
2021-04-11 14:55:45 -07:00
2020-10-31 15:34:47 -07:00
2021-04-11 14:55:45 -07:00