* lib/getlocalename_l-unsafe.c (_GL_ARG_NONNULL): Define to empty.
+2025-04-24 Bruno Haible <bruno@clisp.org>
+
+ getlocalename_l-unsafe: Disable unwanted compiler optimization.
+ * lib/getlocalename_l-unsafe.c (_GL_ARG_NONNULL): Define to empty.
+
2025-04-23 Collin Funk <collin.funk1@gmail.com>
tsearch tests: Disable tfind signature check on Cygwin.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
+/* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc
+ optimizes away the locale == NULL tests below. */
+#define _GL_ARG_NONNULL(params)
+
#include <config.h>
/* Specification. */