New module 'arg-nonnull'. Declare which arguments expect non-NULL values.
[gnulib.git] / lib / glob.c
index f46159b..7f0c733 100644 (file)
 # include <config.h>
 #endif
 
+/* Don't use __attribute__ __nonnull__ in this compilation unit.  Otherwise gcc
+   optimizes away the pattern == NULL || pglob == NULL tests below.  */
+#define _GL_ARG_NONNULL(params)
+
 #include <glob.h>
 
 #include <errno.h>