nhmall
7e8a04b35a
eliminate a couple of build warnings (noticed with clang)
2025-01-12T19:08:53.4759829Z ../win/curses/cursinvt.c:191:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
2025-01-12T19:08:53.4760198Z 191 | case KEY_RIGHT:
2025-01-12T19:08:53.4767986Z | ^
2025-01-12T19:08:53.4967354Z ../win/curses/cursinvt.c:191:5: note: insert '__attribute__((fallthrough));' to silence this warning
2025-01-12T19:08:53.4967860Z 191 | case KEY_RIGHT:
2025-01-12T19:08:53.4968026Z | ^
2025-01-12T19:08:53.4968219Z | __attribute__((fallthrough));
2025-01-12T19:08:53.4968404Z ../win/curses/cursinvt.c:191:5: note: insert 'break;' to avoid fall-through
2025-01-12T19:08:53.4968583Z 191 | case KEY_RIGHT:
2025-01-12T19:08:53.4968709Z | ^
2025-01-12T19:08:53.4968820Z | break;
2025-01-12T19:08:53.5099063Z 1 warning generated.
2025-01-12T19:08:53.8002074Z ../win/X11/winX.c:995:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
2025-01-12T19:08:53.8008155Z 995 | case NHW_TEXT:
2025-01-12T19:08:53.8008513Z | ^
2025-01-12T19:08:53.8032511Z ../win/X11/winX.c:995:5: note: insert '__attribute__((fallthrough));' to silence this warning
2025-01-12T19:08:53.8032899Z 995 | case NHW_TEXT:
2025-01-12T19:08:53.8033057Z | ^
2025-01-12T19:08:53.8033219Z | __attribute__((fallthrough));
2025-01-12T19:08:53.8033395Z ../win/X11/winX.c:995:5: note: insert 'break;' to avoid fall-through
2025-01-12T19:08:53.8033644Z 995 | case NHW_TEXT:
2025-01-12T19:08:53.8033783Z | ^
2025-01-12T19:08:53.8033912Z | break;
2025-01-12T19:08:53.8800783Z 1 warning generated.
2025-01-13 09:36:48 -05:00
..
2025-01-04 23:38:34 -05:00
2025-01-13 09:36:48 -05:00
2024-02-06 18:33:59 -05:00
2025-01-04 23:51:34 -05:00
2025-01-12 23:57:56 -05:00
2025-01-04 23:51:34 -05:00
2025-01-04 23:38:34 -05:00
2025-01-04 23:38:34 -05:00
2025-01-13 09:36:48 -05:00