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:
@@ -28,7 +28,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static void *
|
||||
static void * _GL_ATTRIBUTE_PURE
|
||||
nonnull (void *p)
|
||||
{
|
||||
if (!p)
|
||||
|
||||
Reference in New Issue
Block a user