* lib/localcharset.c (locale_charset): Use an empty compound statement
instead of a null statement.
+2023-10-02 Bruno Haible <bruno@clisp.org>
+
+ localcharset: Avoid internal compiler error with -Wextra on macOS 10.5.
+ * lib/localcharset.c (locale_charset): Use an empty compound statement
+ instead of a null statement.
+
2023-10-02 KO Myung-Hun <komh78@gmail.com>
fchdir: Fix a compilation error on OS/2 kLIBC (regression 2023-09-29).
}
}
if (0)
- done_table_lookup: ;
+ done_table_lookup: {}
else
# endif
{