1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

* lib/xmalloc.c (nonnull): Pacify gcc -Wsuggest-attribute=pure (GCC 10.3).

This commit is contained in:
Paul Eggert
2021-06-11 17:37:32 -07:00
parent 00a11ae0d6
commit ff7c8b21e2

View File

@@ -28,7 +28,7 @@
#include <stdlib.h>
#include <string.h>
static void *
static void * _GL_ATTRIBUTE_PURE
nonnull (void *p)
{
if (!p)