-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
/nix/store/41pf3md9zgpda9kwh6rzn5kaddf7i0lp-glibc-2.40-66-dev/include/stdlib.h:1146:14: warning: unknown attribute '__nonnull__' ignored [-Wunknown-attributes]
__THROW __nonnull ((1));
^
/nix/store/41pf3md9zgpda9kwh6rzn5kaddf7i0lp-glibc-2.40-66-dev/include/sys/cdefs.h:561:28: note: expanded from here
# define __nonnull(params) __attribute_nonnull__ (params)
^
/nix/store/41pf3md9zgpda9kwh6rzn5kaddf7i0lp-glibc-2.40-66-dev/include/sys/cdefs.h:555:57: note: expanded from here
# define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params))
^
Looks like this attribute can be used to help choose better pointer types.
Metadata
Metadata
Assignees
Labels
No labels