* lib/nstrftime.c (__strftime_internal):
Omit unreachable ‘break;’.
2022-01-14 Paul Eggert <eggert@cs.ucla.edu>
+ nstrftime: pacify nvc 22.1 unreachable statement
+ * lib/nstrftime.c (__strftime_internal):
+ Omit unreachable ‘break;’.
+
tests: pacify nvc 22.1 unreachable statement
* tests/test-sys_wait.h (test_sys_wait_macros):
Widen scope of ‘#if 0’ so that there is not an unreachable ‘break;’.
case L_('q'): /* GNU extension. */
DO_SIGNED_NUMBER (1, false, ((tp->tm_mon * 11) >> 5) + 1);
- break;
case L_('R'):
subfmt = L_("%H:%M");