* 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-09-15 Bruno Haible <bruno@clisp.org>
acl-permissions: Fix compilation error on Solaris 11 (regr. 2023-09-04).
}
}
if (0)
- done_table_lookup: ;
+ done_table_lookup: {}
else
# endif
{