Created
June 6, 2023 21:21
-
-
Save thejoaov/a3e39e4e5da89744841f0a20691fa37c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2023-06-06 18:18:46] __rvm_make | |
| __rvm_make () | |
| { | |
| \make "$@" || return $? | |
| } | |
| current path: /Users/thejoaov/.rvm/src/ruby-2.7.5 | |
| PATH=/opt/homebrew/opt/coreutils/bin:/opt/homebrew/opt/pkg-config/bin:/opt/homebrew/opt/libtool/bin:/opt/homebrew/opt/automake/bin:/opt/homebrew/opt/autoconf/bin:/Users/thejoaov/.nvm/versions/node/v20.1.0/bin:/opt/homebrew/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/thejoaov/.rbenv/shims:/Users/thejoaov/.nvm/versions/node/v20.1.0/bin:/Users/thejoaov/.zinit/polaris/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/thejoaov/Library/Android/sdk/emulator:/Users/thejoaov/Library/Android/sdk/tools:/Users/thejoaov/Library/Android/sdk/tools/bin:/Users/thejoaov/Library/Android/sdk/platform-tools:/flutter/bin:/Users/thejoaov/.yarn/bin:/Users/thejoaov/Library/Android/sdk/emulator:/Users/thejoaov/Library/Android/sdk/tools:/Users/thejoaov/Library/Android/sdk/tools/bin:/Users/thejoaov/Library/Android/sdk/platform-tools:/Users/thejoaov/Documents/Projects/Temp/assessment-cc-react-native-sr-01/flutter/bin:/Users/thejoaov/.rvm/bin | |
| command(2): __rvm_make -j8 | |
| ++ make -j8 | |
| BASERUBY = /usr/bin/ruby --disable=gems | |
| CC = gcc | |
| LD = ld | |
| LDSHARED = gcc -dynamiclib | |
| CFLAGS = -g -O2 -fno-common -pipe | |
| XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-darwin22 -I./include -I. -I./enc/unicode/12.1.0 | |
| CPPFLAGS = -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/[email protected]/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT | |
| DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/[email protected]/lib -install_name /Users/thejoaov/.rvm/rubies/ruby-2.7.5/lib/libruby.2.7.dylib -compatibility_version 2.7 -current_version 2.7.5 -fstack-protector-strong -framework Security -framework Foundation -fstack-protector-strong -framework Security -framework Foundation | |
| SOLIBS = -lpthread -ldl -lobjc | |
| LANG = en_US.UTF-8 | |
| LC_ALL = | |
| LC_CTYPE = | |
| MFLAGS = - --jobserver-fds=4,5 -j | |
| Apple clang version 14.0.3 (clang-1403.0.22.14.1) | |
| Target: x86_64-apple-darwin22.5.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| compiling ./main.c | |
| compiling dmydln.c | |
| compiling miniinit.c | |
| compiling dmyext.c | |
| translating probes probes.d | |
| compiling ast.c | |
| compiling bignum.c | |
| compiling class.c | |
| In file included from ./main.c:21: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| unsigned char *_base; | |
| ^ | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nonnull | |
| In file included from dmydln.c:1: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| unsigned char *_base; | |
| ^ | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nonnull | |
| In file included from ./main.c:21: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:396:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:397:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:393:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| FILE *funopen(const void *, | |
| ^ | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nonnull' if the pointer should never be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nonnull | |
| In file included from miniinit.c:12: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| unsigned char *_base; | |
| ^ | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nonnull | |
| In file included from ./main.c:21: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double atof(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null | |
| double atof(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null | |
| int atoi(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long atol(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null | |
| long atol(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null | |
| long atol(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| atoll(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null | |
| atoll(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:184:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nullable' if the pointer may be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nonnull' if the pointer should never be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:187:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nonnull' if the pointer should never be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:187:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nonnull' if the pointer should never be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:188:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nullable' if the pointer may be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:192:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long a64l(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nullable' if the pointer may be null | |
| long a64l(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nonnull' if the pointer should never be null | |
| long a64l(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:195:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| double erand48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nullable' if the array parameter may be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:29: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:29: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:32: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:32: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nullable' if the array parameter may be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nonnull' if the array parameter should never be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:206:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *l64a(long); | |
| ^ | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nullable' if the pointer may be null | |
| char *l64a(long); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:207:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| /usr/local/include/stdlib.h:207:29: note: insert '_Nullable' if the array parameter may be null | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:207:29: note: insert '_Nonnull' if the array parameter should never be null | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:212:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:212:19: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:212:19: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:212:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:212:6: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:212:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:213:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mkstemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:213:19: note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:213:19: note: insert '_Nonnull' if the pointer should never be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:215:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:215:29: note: insert '_Nullable' if the array parameter may be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:215:29: note: insert '_Nonnull' if the array parameter should never be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:217:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ptsname(int); | |
| ^ | |
| /usr/local/include/stdlib.h:217:6: note: insert '_Nullable' if the pointer may be null | |
| char *ptsname(int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:217:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ptsname(int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:220:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nullable' if the pointer may be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:223:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| /usr/local/include/stdlib.h:223:18: note: insert '_Nullable' if the pointer may be null | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:223:18: note: insert '_Nonnull' if the pointer should never be null | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:225:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nullable' if the pointer may be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nonnull' if the pointer should never be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:6: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nullable' if the array parameter may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nullable' if the pointer may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nonnull' if the pointer should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:235:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nullable' if the pointer may be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nonnull' if the pointer should never be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:239:6: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:248:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nullable' if the pointer may be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:261:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:266:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:30: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:293:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetset(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nullable' if the pointer may be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:298:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nullable' if the pointer may be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299:37: note: insert '_Nullable' if the pointer may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:37: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nullable' if the pointer may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:301:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int getloadavg(double [], int); | |
| ^ | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nullable' if the array parameter may be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nonnull' if the array parameter should never be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:303:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *getprogname(void); | |
| ^ | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nullable' if the pointer may be null | |
| *getprogname(void); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nonnull' if the pointer should never be null | |
| *getprogname(void); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:304:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setprogname(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nullable' if the pointer may be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nonnull' if the pointer should never be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:314:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nullable' if the pointer may be null | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nonnull' if the pointer should never be null | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:315:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:317:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nullable' if the pointer may be null | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nonnull' if the pointer should never be null | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:321:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nullable' if the pointer may be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:322:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:322:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:324:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nullable' if the pointer may be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:325:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:328:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nullable' if the pointer may be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nonnull' if the pointer should never be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:329:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:329:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:329:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:329:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:332:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nullable' if the pointer may be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:333:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:333:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:333:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:333:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:333:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:333:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:64: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:336:64: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:37: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:37: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:340:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:340:20: note: insert '_Nullable' if the pointer may be null | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:340:20: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:341:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:341:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:341:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:341:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:341:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:341:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:344:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:344:20: note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:344:20: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:344:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:344:64: note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:344:64: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:345:51: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:51: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:345:65: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:65: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:36: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:36: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:37: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:37: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:348:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int rpmatch(const char *) | |
| ^ | |
| /usr/local/include/stdlib.h:348:24: note: insert '_Nullable' if the pointer may be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:348:24: note: insert '_Nonnull' if the pointer should never be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:37: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:37: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:38: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:38: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:78: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:78: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:354:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| /usr/local/include/stdlib.h:354:21: note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:21: note: insert '_Nonnull' if the pointer should never be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:354:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:22: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:84: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:84: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:85: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:85: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:34: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:34: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:35: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:36: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:364:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| /usr/local/include/stdlib.h:364:13: note: insert '_Nullable' if the pointer may be null | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:364:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nonnull | |
| In file included from class.c:26: | |
| In file included from ./internal.h:15: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| unsigned char *_base; | |
| ^ | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nonnull | |
| In file included from class.c:26: | |
| In file included from ./internal.h:15: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:396:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:397:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:393:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| FILE *funopen(const void *, | |
| ^ | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nonnull' if the pointer should never be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nonnull | |
| In file included from bignum.c:12: | |
| In file included from ./internal.h:15: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| unsigned char *_base; | |
| ^ | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nonnull | |
| In file included from dmydln.c:1: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:396:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:397:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:393:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| FILE *funopen(const void *, | |
| ^ | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nonnull' if the pointer should never be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nonnull | |
| In file included from bignum.c:12: | |
| In file included from ./internal.h:15: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:396:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:397:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:393:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| FILE *funopen(const void *, | |
| ^ | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nonnull' if the pointer should never be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nonnull | |
| In file included from miniinit.c:12: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:396:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:397:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:393:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| FILE *funopen(const void *, | |
| ^ | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nonnull' if the pointer should never be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nonnull | |
| In file included from miniinit.c:12: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double atof(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null | |
| double atof(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null | |
| int atoi(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long atol(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null | |
| long atol(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null | |
| long atol(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| atoll(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null | |
| atoll(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nullable | |
| In file included from /usr/local/include/stdlib.hbignum.c:156:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :12: | |
| In file included from ./internal.h:15: | |
| In file included from ./include/ruby.h:int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);33 | |
| : | |
| ^In file included from | |
| ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double atof(const char *); | |
| /usr/local/include/stdlib.h ^: | |
| 158:46: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:160double atof(const char *);: | |
| 18 ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null | |
| int atoi(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long atol(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null | |
| long atol(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null | |
| long atol(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| atoll(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null | |
| atoll(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null | |
| : note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:160void *bsearch(const void *__key, const void *__base, size_t __nel,: | |
| 18 ^: | |
| _Nonnull note: | |
| insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *));char *getenv(const char *); | |
| ^ ^ | |
| _Nullable _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h147::16125::43 :note: insert '_Nonnull' if the pointer should never be nullnote: | |
| insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| /usr/local/include/stdlib.h ^: | |
| 147 _Nonnull: | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:161:57: warning: char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| In file included from dmydln.c:1: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double atof(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null | |
| double atof(const char *); | |
| ^ | |
| _Nullable | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:135:22: /usr/local/include/stdlib.hwarning: :158:21: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:165:35: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| int atoi(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null | |
| int atoi(const char *); | |
| ^ | |
| _Nonnull | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long atol(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null | |
| long atol(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :165long atol(const char *); | |
| ^ | |
| :36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull/usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166 _Nonnull | |
| /usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| atoll(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null | |
| atoll(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| :34: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:25: note: char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod);/usr/local/include/stdlib.h: | |
| 157:52 ^: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:25: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:38: :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 158:21: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:38/usr/local/include/stdlib.h:/usr/local/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null158 | |
| :21: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| :/usr/local/include/stdlib.h note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :long strtol(const char *__str, char **__endptr, int __base);167 | |
| :38 ^:int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:158:46:warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:167note: :38insert '_Nullable' if the pointer may be null | |
| :int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| note: insert '_Nonnull' if the pointer should never be nulllong strtol(const char *__str, char **__endptr, int __base); | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:158 ^:46 | |
| :long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:160:long strtol(const char *__str, char **__endptr, int __base);18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hlong strtol(const char *__str, char **__endptr, int __base);:167:39: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:160:18 | |
| ^ | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h:167:38: note: | |
| insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| : note: insert '_Nullable' if the pointer may be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:39:/usr/local/include/stdlib.h :note: 169insert '_Nullable' if the pointer may be null: | |
| 22: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h: strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167/usr/local/include/stdlib.h:169:22160:18: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null | |
| :39: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:long strtol(const char *__str, char **__endptr, int __base);161 | |
| : ^ | |
| _Nonnull | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h169::16930::22 :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| strtold(const char *, char **); ^ | |
| ^ | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| /usr/local/include/stdlib.h ^: | |
| 169 _Nullable: | |
| 22: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:16957: warning: /usr/local/include/stdlib.h:172pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| :22: note: insert '_Nonnull' if the pointer should never be null | |
| :22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ strtoll(const char *__str, char **__endptr, int __base); | |
| ^ _Nonnull | |
| /usr/local/include/stdlib.h:172:22:/usr/local/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:30/usr/local/include/stdlib.h::172: 35:note: note: insert '_Nullable' if the pointer may be nullinsert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:/usr/local/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| 57: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null: | |
| 172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull/usr/local/include/stdlib.h | |
| :172:36: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h strtoll(const char *__str, char **__endptr, int __base); | |
| /usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ^ | |
| : _Nullable 172 | |
| :22: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:172: strtoll(const char *__str, char **__endptr, int __base);22 | |
| : ^ | |
| note: _Nonnull insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| strtoll(const char *__str, char **__endptr, int __base); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:175:22: note: strtoll(const char *__str, char **__endptr, int __base);insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:27 strtoul(const char *__str, char **__endptr, int __base);: | |
| note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null:172 | |
| :35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| 172/usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| :36: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:35:/usr/local/include/stdlib.h :warning: 175pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| 36: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h165::17535::36 :note: insert '_Nullable' if the pointer may be nullnote: | |
| insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:165:36 strtoul(const char *__str, char **__endptr, int __base);: | |
| ^note: | |
| insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:175:22:double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166 strtoul(const char *__str, char **__endptr, int __base);:26 : note: insert '_Nonnull' if the pointer should never be nullnote: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| strtoul(const char *__str, char **__endptr, int __base); strtoull(const char *__str, char **__endptr, int __base); | |
| ^ ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h166::17534::35 :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be nullwarning: | |
| /usr/local/include/stdlib.h:166:34 strtoull(const char *__str, char **__endptr, int __base);: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| :175:35: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable178 | |
| :37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof);/usr/local/include/stdlib.h | |
| strtoul(const char *__str, char **__endptr, int __base);: | |
| 178:37: ^ note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175/usr/local/include/stdlib.h::178:3637:: note: insert '_Nonnull' if the pointer should never be null | |
| _Nonnull | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:167::25178: :note: 23: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nullable' if the pointer may be null strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:184:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| /usr/local/include/stdlib.h:167:25: note: /usr/local/include/stdlib.h:insert '_Nonnull' if the pointer should never be null184: | |
| 24: note: insert '_Nullable' if the pointer may be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nonnull' if the pointer should never be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| /usr/local/include/stdlib.h:warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| 167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:38 ^: note: insert '_Nonnull' if the pointer should never be null | |
| _Nonnull | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:187:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nullable' if the pointer may be null ^/usr/local/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:22/usr/local/include/stdlib.h: | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **);size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| :178:23: note: insert '_Nonnull' if the pointer should never be null | |
| _Nonnull strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:187:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| ^ | |
| _Nonnull | |
| strtoull(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h | |
| :169 ^: | |
| _Nullable | |
| 30/usr/local/include/stdlib.h:187:51: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : warning: strtoull(const char *__str, char **__endptr, int __base); | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ^ | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h178:187::5137:: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h strtoull(const char *__str, char **__endptr, int __base);:169 | |
| :30 ^: | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:188:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h :note: insert '_Nullable' if the pointer may be null184 | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| strtold(const char *, char **);:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nullable' if the pointer may be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:30: /usr/local/include/stdlib.hnote: :184insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nonnull | |
| :24: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31/usr/local/include/stdlib.h:: 192warning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]23 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^long a64l(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| long a64l(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:31: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null: | |
| 192:23: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnulllong a64l(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :172:22: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| strtoll(const char *__str, char **__endptr, int __base); _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nonnull | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:187:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */187 | |
| : ^23 | |
| : _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:194:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:187:23: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| :194:/usr/local/include/stdlib.h:187:51/usr/local/include/stdlib.h:: 172warning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]35 | |
| : note: insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| strtoll(const char *__str, char **__endptr, int __base); ^ | |
| ^ | |
| _Nullable | |
| 6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:172:35: note: char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:194:6: strtoll(const char *__str, char **__endptr, int __base);note: | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h | |
| :195:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nullable' if the pointer may be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nonnull' if the pointer should never be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:188:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int wctomb(char *, wchar_t); | |
| ^/usr/local/include/stdlib.h:195:31: note: insert '_Nullable' if the array parameter may be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nullable' if the pointer may be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:192:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long a64l(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nullable' if the pointer may be null | |
| long a64l(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h196::29:192 :23: note: :175insert '_Nonnull' if the pointer should never be null:22 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long a64l(const char *); | |
| ^ | |
| strtoul(const char *__str, char **__endptr, int __base); _Nonnull | |
| /usr/local/include/stdlib.h:194:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:29: note: /usr/local/include/stdlib.h: ^ | |
| /usr/local/include/stdlib.h:175:22:insert '_Nullable' if the pointer may be null note: | |
| insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| 196:29: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^/usr/local/include/stdlib.h:196:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:194:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */196 | |
| : ^46 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:175:char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */35 | |
| : ^ | |
| note: _Nonnull insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:194:46: /usr/local/include/stdlib.hnote: :insert '_Nullable' if the pointer may be null196 | |
| :6: warning: strtoul(const char *__str, char **__endptr, int __base);pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:196/usr/local/include/stdlib.h::6175:: 36note: :insert '_Nullable' if the pointer may be null | |
| note: insert '_Nullable' if the pointer may be nullcompiling | |
| compar.c | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:/usr/local/include/stdlib.h36:197::30 : note: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h | |
| :197 ^ | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| _Nonnull /usr/local/include/stdlib.h:194:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| :30: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::178195::2331:: note: warning: insert '_Nonnull' if the pointer should never be nullarray parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| double erand48(unsigned short[3]); | |
| ^ strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| /usr/local/include/stdlib.h ^:178 | |
| :36 _Nullable: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nullable' if the array parameter may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| /usr/local/include/stdlib.h strtoull(const char *__str, char **__endptr, int __base);: | |
| 197:30: ^note: insert '_Nonnull' if the pointer should never be null | |
| double erand48(unsigned short[3]); | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ ^ | |
| _Nonnull | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:6: | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:184:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.hwarning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]196 | |
| : | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nullable | |
| 29: note: char *gcvt(double, int, char *); /* LEGACY */insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nonnull' if the pointer should never be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY *//usr/local/include/stdlib.h:187:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:196:29: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^/usr/local/include/stdlib.h:196:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:46 _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nonnull' if the pointer should never be null | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nonnull' if the pointer should never be nullchar *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:187:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:197:30size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);: | |
| ^warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nullable | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:188char *gcvt(double, int, char *); /* LEGACY */: | |
| 18 ^: | |
| _Nonnullwarning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:197int wctomb(char *, wchar_t); | |
| ^ | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nullable' if the pointer may be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:192:/usr/local/include/stdlib.h23::198 :warning: 21pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| long a64l(const char *); | |
| ^ | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:192:/usr/local/include/stdlib.h::198:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 23int getsubopt(char **, char * const *, char **); | |
| ^ | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **);: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| long a64l(const char *); | |
| /usr/local/include/stdlib.h | |
| :197:6: note: insert '_Nullable' if the pointer may be null | |
| ^ ^ | |
| _Nullable | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nonnull' if the pointer should never be null | |
| long a64l(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| :int getsubopt(char **, char * const *, char **); ^194:29: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| _Nonnull | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.hint getsubopt(char **, char * const *, char **); | |
| ^ | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:46:198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:21: warning: : note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:198:30int getsubopt(char **, char * const *, char **);: | |
| note: insert '_Nullable' if the pointer may be null | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:38: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null:198:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:195:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| double erand48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nullable' if the array parameter may be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:29: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:29: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| /usr/local/include/stdlib.h: ^ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nullable' if the pointer may be null | |
| 196int getsubopt(char **, char * const *, char **);: | |
| ^46 | |
| _Nullable: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.hint getsubopt(char **, char * const *, char **);:198:38: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:32: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:32: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nullable' if the array parameter may be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nonnull' if the array parameter should never be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:206 | |
| : ^ | |
| 196 _Nullable | |
| :46: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:198: | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:6:30: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 46char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:47: note: /usr/local/include/stdlib.h:197:6: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| . ./vm_opts.h | |
| /usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:32: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:32: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:198:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| 201In file included from ^: | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| class.c:26: | |
| In file included from ./internal.h:15: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **);double atof(const char *); | |
| ^ | |
| :6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be nullchar *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| double atof(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| ^ | |
| _Nullablelong jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nullable' if the array parameter may be null | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:205/usr/local/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nonnull' if the pointer should never be null | |
| int atoi(const char *); | |
| ^ | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long atol(const char *); | |
| ^ | |
| :29: note: insert '_Nonnull' if the array parameter should never be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:206:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *l64a(long); | |
| ^ | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nullable' if the pointer may be null | |
| char *l64a(long); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nonnull' if the pointer should never be null | |
| :198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:30: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null | |
| :136:23: note: int getsubopt(char **, char * const *, char **);insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| long atol(const char *); | |
| /usr/local/include/stdlib.h ^:198:30: note: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long); | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| _Nullable/usr/local/include/stdlib.h:198: | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null | |
| long atol(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| atoll(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null | |
| atoll(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:207:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| void lcong48(unsigned short[7]);38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:int getsubopt(char **, char * const *, char **); | |
| ^ | |
| 141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::141:26: note: int getsubopt(char **, char * const *, char **);insert '_Nullable' if the pointer may be null | |
| ^ | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| int getsubopt(char **, char * const *, char **); ^ | |
| ^ | |
| _Nullable | |
| 207/usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h::142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 29: note: insert '_Nullable' if the array parameter may be null | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nullable | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *));/usr/local/include/stdlib.h | |
| ^ | |
| /usr/local/include/stdlib.h:198::46: note: insert '_Nonnull' if the pointer should never be null207 | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198::29char *l64a(long); | |
| ^ | |
| 47: warning: /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:6: note: : note: insert '_Nonnull' if the array parameter should never be null | |
| insert '_Nonnull' if the pointer should never be nullvoid lcong48(unsigned short[7]); | |
| ^ | |
| _Nonnull | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:212:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:212:19: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:212:19: note: insert '_Nonnull' if the pointer should never be null | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:212:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :147char *mktemp(char *);:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| int getsubopt(char **, char * const *, char **); | |
| ^/usr/local/include/stdlib.h | |
| :147:6: /usr/local/include/stdlib.h:note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| ^/usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h | |
| :167/usr/local/include/stdlib.h:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^In file included from ast.c:2: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from | |
| _Nullable | |
| /usr/local/include/stdio.h/usr/local/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| :64: | |
| /usr/local/include/stdlib.h:/usr/local/include/_stdio.h169::9322::16 :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| unsigned char *_base; | |
| ^ | |
| /usr/local/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h/usr/local/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : strtold(const char *, char **); | |
| 93 ^: | |
| 16: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:169:31 unsigned char *_base;: | |
| note: ^insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/_stdio.h:138:32: warning: strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:35:198::47: note: insert '_Nullable' if the pointer may be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:35/usr/local/include/_stdio.h::138 :32note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable: /usr/local/include/stdlib.hnote: :198:47 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nullable' if the pointer may be null | |
| 212:6: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h | |
| :172:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:212:6: note: insert '_Nonnull' if the pointer should never be null _Nonnull | |
| int (* _Nullable _read) (void *, char *, int); | |
| /usr/local/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null | |
| ^ strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h _Nullable:172 | |
| :36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:201 strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:175:22/usr/local/include/_stdio.h: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| :138:32: strtoul(const char *__str, char **__endptr, int __base); | |
| note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:213:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mkstemp(char *); | |
| ^ | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/_stdio.h:138:40: warning: strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); int (* _Nullable _read) (void *, char *, int); | |
| 32 ^: ^ | |
| : | |
| 213/usr/local/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h _Nullable:175:35: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139: strtoul(const char *__str, char **__endptr, int __base);19: | |
| note: ^ | |
| : _Nonnull | |
| 35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| :178:23: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:warning: insert '_Nullable' if the pointer may be null178:36: note: /usr/local/include/_stdio.h:pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]139:35: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nullable' if the pointer may be null fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| int mkstemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h strtoull(const char *__str, char **__endptr, int __base);:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| int (* _Nullable _write)(void *, const char *, int);/usr/local/include/stdlib.h:178: | |
| ^ | |
| 36: note: /usr/local/include/_stdio.h:140:32:insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| int (* _Nullable _write)(void *, const char *, int);/usr/local/include/stdlib.h:178 | |
| ^ | |
| _Nullable | |
| :37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: /usr/local/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull /usr/local/include/stdlib.h:213:19: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int mkstemp(char *); | |
| ^ int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h: | |
| 140/usr/local/include/stdlib.h:46:char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */:184:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nullable' if the pointer may be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nullable' if the pointer may be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nonnull/usr/local/include/_stdio.h | |
| _Nullable | |
| :140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^/usr/local/include/stdlib.h | |
| :184:24: note: _Nonnull | |
| insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/_stdio.h:144:int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| 18 ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:32: : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h: struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| 215:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/_stdio.h:/usr/local/include/stdlib.h144:187::2318: :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/stdlib.h _Nullable : | |
| note: 187:23: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/_stdio.h:144:18:size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| note: ^insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| /usr/local/include/stdlib.h:187:23: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:187:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nullable' if the pointer may be null | |
| insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:215:29: note: insert '_Nullable' if the array parameter may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:188:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nullable' if the pointer may be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nonnull | |
| 201:32: note: insert '_Nonnull' if the pointer should never be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:192:23:/usr/local/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| long a64l(const char *);/usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nullable' if the pointer may be null | |
| long a64l(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nonnull' if the pointer should never be null | |
| long a64l(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:215:29: note: insert '_Nonnull' if the array parameter should never be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:29: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:217:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ptsname(int); | |
| ^ | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:217:6: note: insert '_Nullable' if the pointer may be null | |
| char *ptsname(int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h217::6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ptsname(int);194 | |
| ^ | |
| : _Nonnull | |
| 29: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:220:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:195:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| double erand48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nullable' if the array parameter may be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h:196:29: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:29: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:6 ^: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:196:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| :201:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^/usr/local/include/stdlib.h:197:30: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nullable | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:220:32/usr/local/include/stdlib.h: :note: 197insert '_Nonnull' if the pointer should never be null | |
| :6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nonnull | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :223:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^/usr/local/include/stdlib.h | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nullable' if the array parameter may be null | |
| _Nonnull | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nonnull' if the array parameter should never be nullint getsubopt(char **, char * const *, char **); | |
| ^ | |
| :223:18: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:198:30:int putenv(char *) __DARWIN_ALIAS(putenv); | |
| note: ^ | |
| insert '_Nullable' if the pointer may be null _Nullable | |
| /usr/local/include/stdlib.h:int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:38: note: insert '_Nullable' if the pointer may be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| ^/usr/local/include/stdlib.h:198:38: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull /usr/local/include/stdlib.h:198:46: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| 223/usr/local/include/stdlib.h:198:46/usr/local/include/stdlib.h:206:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :char *l64a(long); | |
| ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nullable' if the pointer may be null | |
| char *l64a(long); | |
| ^ | |
| _Nullable | |
| int getsubopt(char **, char * const *, char **); | |
| ^: | |
| 18 _Nonnull: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:198:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| int putenv(char *) __DARWIN_ALIAS(putenv);/usr/local/include/stdlib.h:198:47: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| ^/usr/local/include/stdlib.h: | |
| _Nonnull | |
| 201:32: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:225:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| 206:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long); | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull : | |
| 201:32: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:207:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:207:29: note: insert '_Nullable' if the array parameter may be null | |
| /usr/local/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nullable' if the array parameter may be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nonnull' if the array parameter should never be null | |
| In file included from ast.c:2: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");126 | |
| ^ | |
| _Nonnull : | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:206:extern FILE *__stdinp; | |
| ^ | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *l64a(long); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdio.h206: | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nullable | |
| :667: note: insert '_Nullable' if the pointer may be null | |
| char *l64a(long); | |
| /usr/local/include/stdlib.h ^:207:29: note: insert '_Nonnull' if the array parameter should never be null | |
| :13: note: insert '_Nonnull' if the pointer should never be null | |
| _Nullable extern FILE *__stdinp; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:/usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| 206:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long);/usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:207:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:207:29: note: insert '_Nullable' if the array parameter may be null | |
| void lcong48(unsigned short[7]); | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h: int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| 207:29: note: insert '_Nonnull' if the array parameter should never be null | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nonnull | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");/usr/local/include/stdlib.h:212:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:212:19: note: /usr/local/include/stdlib.h:225:22: note: insert '_Nullable' if the pointer may be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h:225:22: note: insert '_Nonnull' if the pointer should never be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:227::27212: :warning: 19: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:212:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:212:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdio.h:/usr/local/include/stdlib.h396::21244::/usr/local/include/stdlib.h:212:pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| warning: 19pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 6: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| /usr/local/include/stdlib.h:212/usr/local/include/stdio.h::6396: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| :44: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:213:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mkstemp(char *); | |
| ^ | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:213:19: note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *); | |
| /usr/local/include/stdio.h ^: | |
| 396 _Nullable: | |
| 44: note: insert '_Nonnull' if the pointer should never be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:213:19: note: insert '_Nonnull' if the pointer should never be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdio.h:397:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:215:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdio.h::215397:29: note: | |
| insert '_Nullable' if the array parameter may be null ^ | |
| :41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");27 | |
| ^: | |
| /usr/local/include/stdio.h::397 :note: 41insert '_Nullable' if the pointer may be null: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| int (* _Nullable)(void *)); | |
| ^char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| _Nonnull ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:393:6: warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| 227:27: note: FILE *funopen(const void *,insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdio.h::393:2156/usr/local/include/stdlib.h:227:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : note: char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| insert '_Nullable' if the pointer may be null | |
| :FILE *funopen(const void *, | |
| ^ | |
| 29 _Nullable | |
| : note: insert '_Nonnull' if the array parameter should never be null | |
| /usr/local/include/stdio.hlong nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| :393:6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:217:6: warning: FILE *funopen(const void *,pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| char *ptsname(int); _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:note: 217:6: note: insert '_Nullable' if the pointer may be null | |
| char *ptsname(int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:217:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ptsname(int); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:220:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:220:32: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null: | |
| 227:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nullable | |
| insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:212:19: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| ^int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:223:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:223:18: note: insert '_Nullable' if the pointer may be null | |
| :227:6: note: int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nullable | |
| _Nonnull | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);212 | |
| : ^6 | |
| : _Nullable | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:223:18: /usr/local/include/stdlib.h:note: 227insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :212:6: :int putenv(char *) __DARWIN_ALIAS(putenv);note: | |
| ^ | |
| _Nonnull | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:225:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");/usr/local/include/stdlib.h: | |
| 212: ^6: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| 6: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| ^ _Nonnull | |
| _Nonnull | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hint rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nonnull' if the pointer should never be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| /usr/local/include/stdlib.h: ^232:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| *seed48(unsigned short[3]); | |
| _Nonnull ^ | |
| :213:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mkstemp(char *); | |
| /usr/local/include/stdlib.h | |
| :227:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nullable' if the array parameter may be null | |
| ^char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| *seed48(unsigned short[3]);/usr/local/include/stdlib.h:213:19: note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:27:/usr/local/include/stdlib.h:213:19: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the pointer may be nullint mkstemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:/usr/local/include/stdlib.h:27232: note: insert '_Nonnull' if the pointer should never be null | |
| 215char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:227:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 29char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| : /usr/local/include/stdlib.h:227:46: note: insert '_Nullable' if the pointer may be null | |
| warning: char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| :/usr/local/include/stdlib.h:227:46: note: insert '_Nonnull' if the pointer should never be null | |
| 2: char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| warning: _Nonnullpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:215:29: note: insert '_Nullable' if the array parameter may be null | |
| /usr/local/include/stdlib.hlong nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| :227:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:215:29 *seed48(unsigned short[3]);: | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);/usr/local/include/stdlib.h | |
| :206:6: note: ^insert '_Nullable' if the pointer may be null | |
| char *l64a(long); | |
| /usr/local/include/stdlib.h:227:6: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h: ^232:24: note: insert '_Nullable' if the array parameter may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nullable' if the pointer may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *seed48(unsigned short[3]);note: | |
| ^ | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nullable' if the pointer may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nonnull' if the pointer should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nullable' if the pointer may be null | |
| insert '_Nonnull' if the array parameter should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nonnull' if the pointer should never be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); ^ | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:235:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nullable' if the pointer may be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nonnull' if the pointer should never be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:239:6: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:248:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| /usr/local/include/stdlib.h:217:6: warning: /usr/local/include/stdlib.h | |
| :248:26: note: insert '_Nullable' if the pointer may be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:261:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:266:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:30: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:293:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetset(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nullable' if the pointer may be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:294:19:/usr/local/include/stdlib.h note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:294:42: note: insert '_Nonnull' if the pointer should never be null: | |
| 233:24: note: | |
| insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| char *ptsname(int); | |
| ^ | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| /usr/local/include/stdlib.h ^: | |
| 217:/usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| 6/usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null: | |
| note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| char *ptsname(int); | |
| ^/usr/local/include/stdlib.h:295:20: | |
| _Nullable | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:217:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ptsname(int); | |
| ^ | |
| _Nonnull | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull/usr/local/include/stdlib.h:295:34: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:42:220:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295/usr/local/include/stdlib.h::43220::32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:298:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nullable' if the pointer may be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299:37: note: insert '_Nullable' if the pointer may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:37: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nullable' if the pointer may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:301:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int getloadavg(double [], int); | |
| ^ | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nullable' if the array parameter may be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nonnull' if the array parameter should never be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:303:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *getprogname(void); | |
| ^ | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nullable' if the pointer may be null | |
| *getprogname(void); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nonnull' if the pointer should never be null | |
| *getprogname(void); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hnote: int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:220int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| :32: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nonnull int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:235:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setkey(const char *) __DARWIN_ALIAS(setkey);/usr/local/include/stdlib.h | |
| : ^223 | |
| :18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nullable' if the pointer may be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nonnull' if the pointer should never be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h | |
| :223:18: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| int putenv(char *) __DARWIN_ALIAS(putenv);/usr/local/include/stdlib.h:239:27: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:223:18: note: insert '_Nonnull' if the pointer should never be nullchar *setstate(const char *); | |
| ^ | |
| _Nullable | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:6:/usr/local/include/stdlib.h:225:22: warning: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:248:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| /usr/local/include/stdlib.h:248:26pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nullable' if the pointer may be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nonnull' if the pointer should never be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| : note: insert '_Nullable' if the pointer may be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^/usr/local/include/stdlib.h:227:27: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nonnull' if the pointer should never be null | |
| _Nonnull | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| ^/usr/local/include/stdlib.h:227: | |
| _Nullable | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long); | |
| ^ | |
| _Nonnull | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:261:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:227:6: note: void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)insert '_Nullable' if the pointer may be null | |
| ^ | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable227 | |
| :6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^261:42: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nonnull | |
| _Nonnull /usr/local/include/stdlib.h:266:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::232266::2427:: note: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| insert '_Nonnull' if the pointer should never be null *seed48(unsigned short[3]); | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nullable' if the array parameter may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nullable' if the pointer may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nonnull' if the pointer should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nonnull' if the pointer should never be null | |
| 233void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:59: warning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:233:45: note: insert '_Nonnull' if the pointer should never be null | |
| :281:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| 6/usr/local/include/stdlib.h:235:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nullable' if the pointer may be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nullable | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nonnull' if the pointer should never be nullvoid *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:239:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel,/usr/local/include/stdlib.h:239:27: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| 207/usr/local/include/stdlib.h:239:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hchar *setstate(const char *); | |
| ^ | |
| _Nullable | |
| :280:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286/usr/local/include/stdlib.h:239:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:248:2634: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| :/usr/local/include/stdlib.h:286:34: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);/usr/local/include/stdlib.h:286:34: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:248:26: note: ^ | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nullable' if the pointer may be nullinsert '_Nullable' if the pointer may be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nullablechar *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nonnull | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:261:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:266:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| 280:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| 288/usr/local/include/stdlib.h:280:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nullable' if the pointer may be null | |
| :20:void *bsearch_b(const void *__key, const void *__base, size_t __nel, note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:280:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:288:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:28628: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| :20: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:34:/usr/local/include/stdlib.h:288:28: note: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *);insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:6:compiling compile.c | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:6 | |
| ^ | |
| : note: insert '_Nullable' if the pointer may be null | |
| In file included from ast.c:2: | |
| In file included from ./include/ruby.h:33: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double atof(const char *); | |
| ^char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h:288:29 | |
| /usr/local/include/stdlib.h:286:6:: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| _Nullable/usr/local/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288: | |
| 19: /usr/local/include/stdlib.hnote: insert '_Nullable' if the pointer may be null | |
| :int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| 288:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h::28829::43: note: insert '_Nonnull' if the pointer should never be null | |
| warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| /usr/local/include/stdlib.h:289:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:207int cgetfirst(char **, char **);: | |
| 29 ^: | |
| _Nullablenote: | |
| insert '_Nullable' if the array parameter may be null | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289/usr/local/include/stdlib.h:207:29: note: insert '_Nonnull' if the array parameter should never be null:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:289:22288:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *);:/usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null | |
| double atof(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289: _Nonnull30: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:288:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| 289:30:/usr/local/include/stdlib.h: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| 288/usr/local/include/stdlib.h:289:30:20: note: insert '_Nonnull' if the pointer should never be null | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288int cgetfirst(char **, char **);: | |
| /usr/local/include/stdlib.h:135:22 ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| 28: | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nonnull' if the pointer should never be null _Nullable | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^void lcong48(unsigned short[7]); | |
| _Nonnull ^ | |
| _Nonnull | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288: | |
| /usr/local/include/stdlib.h:212:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:290:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *);29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| ^/usr/local/include/stdlib.h:288:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:41: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:20:/usr/local/include/stdlib.h: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :288:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| int cgetnext(char **, char **);/usr/local/include/stdlib.h:289:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nullable' if the pointer may be nullint cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:30: int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h:289:30: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| char *mktemp(char *); | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:291:30 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^/usr/local/include/stdlib.h | |
| :292:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h: | |
| /usr/local/include/stdlib.h292::289:31: note: insert '_Nullable' if the pointer may be null | |
| 19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:19:int cgetfirst(char **, char **); note: | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| ^/usr/local/include/stdlib.h:212:19: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h: _Nullable | |
| /usr/local/include/stdlib.h:289:31: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:33: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *);int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable ^ | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| _Nonnull | |
| 212/usr/local/include/stdlib.h:293:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:291:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetset(const char *); | |
| ^ | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:293:25: note: insert '_Nullable' if the pointer may be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 291:int cgetstr(char *, const char *, char **);20 | |
| : ^note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull/usr/local/include/stdlib.h: | |
| 294:19: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hint cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h::294291:21: :19: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:212:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:212:6: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| int cgetnext(char **, char **); | |
| ^ | |
| :19/usr/local/include/stdlib.h:291:21: note: :insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h: note: insert '_Nonnull' if the pointer should never be null | |
| 291:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:30: note: | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h::291:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292 :19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| warning: /usr/local/include/stdlib.h:212:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:213:19 | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| int atoi(const char *);int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h:294:33 | |
| :/usr/local/include/stdlib.h:292 note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| :/usr/local/include/stdlib.h:294:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:293:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetset(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nullable' if the pointer may be null | |
| _Nonnull | |
| int cgetset(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetset(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33 | |
| ^ | |
| /usr/local/include/stdlib.h:294:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h | |
| :294:41: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^/usr/local/include/stdlib.h:135:: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h: _Nullable | |
| 294/usr/local/include/stdlib.h:294:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| :/usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| 33/usr/local/include/stdlib.h:294:42: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| :/usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:34: warning: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:41pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:34:: note: 41: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:42: ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:42: /usr/local/include/stdlib.h:298:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nullable' if the pointer may be null | |
| char *devname(dev_t, mode_t);note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:299:37int cgetustr(char *, const char *, char **);: | |
| ^warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nonnull | |
| /usr/local/include/stdlib.h:295:43char *devname_r(dev_t, mode_t, char *buf, int len);: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :int cgetustr(char *, const char *, char **); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *); | |
| ^ ^ | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::295299::/usr/local/include/stdlib.h37::213 :note: 19insert '_Nullable' if the pointer may be null: | |
| note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *);char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| 43: /usr/local/include/stdlib.h:299:37: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| _Nonnull | |
| /usr/local/include/stdlib.h:298:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| /usr/local/include/stdlib.h:298:6: note: insert '_Nullable' if the pointer may be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:298:6: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299:37: note: insert '_Nullable' if the pointer may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hchar *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| :/usr/local/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300299:37: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299:6: note: :insert '_Nullable' if the pointer may be null ^ | |
| 20: | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| warning: _Nullable pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h:299:6:/usr/local/include/stdlib.h:300:20: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:300:20 _Nonnull | |
| /usr/local/include/stdlib.h::300:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| note: /usr/local/include/stdlib.h:300:20: note: insert '_Nullable' if the pointer may be null | |
| insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:20 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:301:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int getloadavg(double [], int); | |
| ^ | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nullable' if the array parameter may be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nonnull' if the array parameter should never be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:303:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *getprogname(void); | |
| ^ | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nullable' if the pointer may be null | |
| *getprogname(void); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nonnull' if the pointer should never be null | |
| *getprogname(void); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:304:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| 22 ^ | |
| _Nonnull | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| void setprogname(const char *);/usr/local/include/stdlib.h | |
| int atoi(const char *); ^ | |
| :300:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:/usr/local/include/stdlib.h:213:19: note: 304 | |
| :30: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *);void setprogname(const char *); | |
| ^ | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| _Nonnull | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nonnull' if the pointer should never be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long atol(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:314:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nullable' if the pointer may be null | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null | |
| long atol(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:314:20: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null:300 | |
| :28 | |
| int mkstemp(char *); | |
| ^ | |
| _Nonnull | |
| int heapsort(void *__base, size_t __nel, size_t __width,: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^/usr/local/include/stdlib.h:215:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:215:29: note: insert '_Nullable' if the array parameter may be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| _Nullable/usr/local/include/stdlib.h:215:29: note: insert '_Nonnull' if the array parameter should never be null | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:217: | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h: | |
| 315:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:315:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:317:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hint heapsort_b(void *__base, size_t __nel, size_t __width,: | |
| 300 ^: | |
| 28 _Nullable : | |
| note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:301:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int getloadavg(double [], int); | |
| ^ | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nullable' if the array parameter may be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nonnull' if the array parameter should never be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:303:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *getprogname(void); | |
| ^ | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nullable' if the pointer may be null | |
| *getprogname(void); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:303:2: note: insert '_Nonnull' if the pointer should never be null | |
| *getprogname(void); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:304:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setprogname(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nullable' if the pointer may be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nonnull' if the pointer should never be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:314:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nullable' if the pointer may be null | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:43: /usr/local/include/stdlib.hwarning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]314 | |
| :20: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| int heapsort(void *__base, size_t __nel, size_t __width, ^ | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nullable' if the pointer may be null ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h: | |
| 315:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:321:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nullable' if the pointer may be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:315:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); _Nullable | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315/usr/local/include/stdlib.h::57321:: 21note: :insert '_Nonnull' if the pointer should never be null note: | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:317:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nullable' if the pointer may be null | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nonnull' if the pointer should never be null | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:318:57: insert '_Nonnull' if the pointer should never be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:322:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:322:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:324:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nullable' if the pointer may be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325: _Nonnull | |
| /usr/local/include/stdlib.h:321:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:321:21: note: insert '_Nullable' if the pointer may be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:322:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:322325::5743:: note: note: insert '_Nullable' if the pointer may be nullinsert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); _Nullable | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:57/usr/local/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:322:57:: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:324:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nullable' if the pointer may be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| note: insert '_Nonnull' if the pointer should never be null ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nonnull' if the pointer should never be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:325:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:328:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nullable' if the pointer may be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nonnull' if the pointer should never be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h: | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:328:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nullable' if the pointer may be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nonnull' if the pointer should never be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^329:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:329:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:329:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:329:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:332:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nullable' if the pointer may be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:333:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:333:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:333:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h | |
| _Nonnull | |
| :333:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:333:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:333:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:64: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:336:64: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:329:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| 337/usr/local/include/stdlib.h:329:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h::37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:37: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *))329:43: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *))/usr/local/include/stdlib.h:337:37: note: | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:329:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:329:57:long atol(const char *); | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(void *, const void *, const void *))/usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| atoll(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:329:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:332:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nullable' if the pointer may be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:65: note: ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:333:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:333:43insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^: note: insert '_Nullable' if the pointer may be null | |
| _Nonnull | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:333:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:333:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:340:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:340:20: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h:333:57 | |
| /usr/local/include/stdlib.h:340:20: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:341:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| :/usr/local/include/stdlib.h:341:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:341:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:341:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| 6 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:333:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:64/usr/local/include/stdlib.h:341:57: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:341:57: note: insert '_Nonnull' if the pointer should never be null: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:336:64: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:344:20: warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ptsname(int); | |
| ^ | |
| /usr/local/include/stdlib.h:337:37: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *))/usr/local/include/stdlib.h | |
| : ^217 | |
| : _Nullable6 | |
| /usr/local/include/stdlib.h:337:37: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:/usr/local/include/stdlib.h:344:20: note: insert '_Nullable' if the pointer may be null | |
| 51: void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:344:20: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| warning: /usr/local/include/stdlib.h:344:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:344:64: int (* _Nonnull __compar)(void *, const void *, const void *))note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:344:64/usr/local/include/stdlib.h:: 337note: :insert '_Nonnull' if the pointer should never be null51 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ ^ | |
| _Nonnull _Nonnull | |
| /usr/local/include/stdlib.h:337:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:340:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:340:20: note: insert '_Nullable' if the pointer may be null | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); _Nullable | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:51/usr/local/include/stdlib.h:340::20: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:341:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:345 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| :51: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:341 int (* _Nonnull __compar)(void *, const void *, const void *));: | |
| 43 ^: | |
| _Nullablenote: | |
| insert '_Nullable' if the pointer may be null | |
| : int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)note: | |
| insert '_Nullable' if the pointer may be null ^ | |
| /usr/local/include/stdlib.h:345:char *ptsname(int);51 | |
| : ^ | |
| note: _Nullable insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| /usr/local/include/stdlib.h:217:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ptsname(int); | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(void *, const void *, const void *));/usr/local/include/stdlib.h:341:43: /usr/local/include/stdlib.h:220:32note: : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nullable' if the pointer may be null | |
| ^int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nonnull | |
| _Nonnull | |
| /usr/local/include/stdlib.h: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:341/usr/local/include/stdlib.h:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 345 atoll(const char *); int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| ^ | |
| :65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:341:57: int (* _Nonnull __compar)(void *, const void *, const void *));note: | |
| insert '_Nullable' if the pointer may be null ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h::223:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:345341::6557:: note: note: insert '_Nullable' if the pointer may be null _Nonnull | |
| insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:344:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141void qsort_r(void *__base, size_t __nel, size_t __width, void *,:26: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:345:65: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:141 int (* _Nonnull __compar)(void *, const void *, const void *));: | |
| 26 ^: | |
| _Nonnull | |
| int putenv(char *) __DARWIN_ALIAS(putenv);/usr/local/include/stdlib.h/usr/local/include/stdlib.h :346:36: warning: :344:20: note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:344:20: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:344:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:344:64: note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:344:64: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346 int (* _Nonnull __compar)(void *, const void *, const void *));:36 | |
| note: ^ | |
| : note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hint radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| :insert '_Nonnull' if the pointer should never be null | |
| ^void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| _Nullable | |
| 345/usr/local/include/stdlib.h:346:36: note: insert '_Nonnull' if the pointer should never be null | |
| :37:int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h: _Nonnull345:37: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:37: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:345:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:345:51: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:51: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:346: ^ | |
| /usr/local/include/stdlib.h:223:18: note: insert '_Nullable' if the pointer may be null | |
| 37: int putenv(char *) __DARWIN_ALIAS(putenv);note: | |
| ^ | |
| :65insert '_Nonnull' if the pointer should never be null | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,/usr/local/include/stdlib.h:345:65: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:65: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:36: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:36: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:37: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:37: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:77: | |
| warning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::346:77: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:348:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int rpmatch(const char *) | |
| ^ | |
| 348:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int rpmatch(const char *) | |
| ^/usr/local/include/stdlib.h:348:24: note: insert '_Nullable' if the pointer may be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:348:24: note: insert '_Nonnull' if the pointer should never be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:37: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:37: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:38: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:38: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:78: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:78: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:354:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2);/usr/local/include/stdlib.h:348:24: note: insert '_Nullable' if the pointer may be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:348:24: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:int rpmatch(const char *)354 | |
| : ^21 | |
| : _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:21: note: insert '_Nonnull' if the pointer should never be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^/usr/local/include/stdlib.h:354:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:22: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:84: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:84: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| /usr/local/include/stdlib.h:141:/usr/local/include/stdlib.h:350:37: note: ^ | |
| insert '_Nullable' if the pointer may be null _Nonnull | |
| /usr/local/include/stdlib.h:356:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:85:int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:37: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:38: note: insert '_Nullable' if the pointer may be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:38: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| /usr/local/include/stdlib.h:350:78: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:85: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:34: note: insert '_Nullable' if the pointer may be null | |
| note: strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:360:34: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hint sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:350:78: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:354:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| /usr/local/include/stdlib.h::354:21: note: insert '_Nullable' if the pointer may be null360:35: warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:35: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:21: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| 360:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| _Nullable/usr/local/include/stdlib.h:354:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:362:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 45 strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:22: : note: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:22: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:84: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:84: note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:85: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h: _Nullable | |
| 362/usr/local/include/stdlib.h:356:85::35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nullable' if the pointer may be null note: insert '_Nonnull' if the pointer should never be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| strtouq(const char *__str, char **__endptr, int __base); ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:360:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:34: note: _Nullable | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:36:insert '_Nullable' if the pointer may be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:36: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:36: strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:34: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:360:35: note: insert '_Nullable' if the pointer may be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:360:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362: strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:364:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]22: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:extern char *suboptarg; /* getsubopt(3) external variable */ | |
| 35: note: insert '_Nullable' if the pointer may be null | |
| ^ strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:362:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:362:36: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:364:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:364:13: note: insert '_Nullable' if the pointer may be null | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:364:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nonnull | |
| void *bsearch(const void *__key, const void *__base, size_t __nel,extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| /usr/local/include/stdlib.h:364:13: note: insert '_Nullable' if the pointer may be null | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:364:13: note: insert '_Nonnull' if the pointer should never be null | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nonnull | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:/usr/local/include/stdlib.h:223:18: note: insert '_Nonnull' if the pointer should never be null | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:225:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nullable' if the pointer may be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nonnull' if the pointer should never be null | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:227:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:227:6: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nullable' if the array parameter may be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nullable' if the pointer may be null | |
| 45: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| *seed48(unsigned short[3]);/usr/local/include/stdlib.h:142 | |
| :73: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:141:6: note: *seed48(unsigned short[3]);insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:24: /usr/local/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nonnull | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:235:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nullable' if the pointer may be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:235:25: note: insert '_Nonnull' if the pointer should never be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h _Nullable | |
| :239:27: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:156:23/usr/local/include/stdlib.h:239:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *setstate(const char *); | |
| ^ | |
| In file included from compar.c:12: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h unsigned char *_base; | |
| ^ | |
| ::239:6: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/_stdio.h:93:int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h157::26:248 :2616: note: insert '_Nullable' if the pointer may be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nullable' if the pointer may be null int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| _Nullable | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h | |
| :158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| int (* _Nullable _read) (void *, char *, int);/usr/local/include/stdlib.h: | |
| 158: ^ | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nullable' if the pointer may be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:261:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h:261:42: | |
| note: insert '_Nullable' if the pointer may be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| 21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/_stdio.h:138int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);: | |
| 40: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/stdlib.h:261:42: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nonnull | |
| ^ | |
| _Nullable/usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:139:35: /usr/local/include/stdlib.hnote: :158insert '_Nonnull' if the pointer should never be null:46 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null/usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:266:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| /usr/local/include/stdlib.h:266:27: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); _Nullable | |
| /usr/local/include/stdlib.h:158:46: note: | |
| insert '_Nonnull' if the pointer should never be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| ^/usr/local/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| _Nullable | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]:266:27: :note: insert '_Nonnull' if the pointer should never be null | |
| 304void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nonnull | |
| :30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setprogname(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nullable' if the pointer may be null | |
| void setprogname(const char *); | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| ^/usr/local/include/stdlib.h:304:30: note: insert '_Nonnull' if the pointer should never be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h: int (* _Nonnull __compar)(const void *, const void *));280: | |
| 28 ^ | |
| _Nonnull | |
| :/usr/local/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hvoid *bsearch_b(const void *__key, const void *__base, size_t __nel,: | |
| 161:57: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:57:/usr/local/include/stdlib.h :note: 280insert '_Nonnull' if the pointer should never be null: | |
| 28: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnullvoid *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:165: _Nullable | |
| 27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel,/usr/local/include/stdlib.h:165:27: note: | |
| ^ | |
| _Nonnull | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:281:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:59: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165/usr/local/include/stdlib.h::35: note: insert '_Nullable' if the pointer may be null281:59: note: insert '_Nonnull' if the pointer should never be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:281:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:281:73: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null: | |
| 165:35: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ ^ | |
| _Nullable | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:281:double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| 73/usr/local/include/stdlib.h::165:36: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:280:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| 286/usr/local/include/stdlib.h:20::166:34: note: insert '_Nullable' if the pointer may be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null | |
| :286:20: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| char *cgetcap(char *, const char *, int); | |
| /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:166:35:char *cgetcap(char *, const char *, int); | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nullable' if the pointer may be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| In file included from compile.c:12: | |
| In file included from ./include/ruby/encoding.h:27: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| 126: | |
| In file included from /usr/local/include/stdio.h:64: | |
| /usr/local/include/stdlib.h:/usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| unsigned char *_base; | |
| 286 ^ | |
| /usr/local/include/stdlib.h:34: note: insert '_Nonnull' if the pointer should never be null:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:167:25: note: char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286insert '_Nullable' if the pointer may be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| _Nullable /usr/local/include/stdlib.h:286:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null | |
| unsigned char *_base; | |
| ^ | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:38int cgetent(char **, char **, const char *); | |
| ^ | |
| :/usr/local/include/stdlib.h:288:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:93:16: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| unsigned char *_base; | |
| long strtol(const char *__str, char **__endptr, int __base); ^ | |
| : ^ _Nonnull | |
| 288:19: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:167:int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:38288: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| :20/usr/local/include/stdlib.h/usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null | |
| : int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| warning: /usr/local/include/_stdio.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]:167:38:: 138note: :32insert '_Nonnull' if the pointer should never be null: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h: int (* _Nullable _read) (void *, char *, int); | |
| ^ | |
| _Nullable | |
| 288:20: note: In file included from compar.c:12: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:126: | |
| /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern FILE *__stdinp; | |
| ^ | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _read) (void *, char *, int);extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| ^ | |
| ^ _Nonnull | |
| _Nullable | |
| /usr/local/include/stdio.h:67:13:/usr/local/include/stdlib.h :288:note: 20: insert '_Nonnull' if the pointer should never be nullnote: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/_stdio.h:139:35extern FILE *__stdinp;: | |
| ^warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]int cgetent(char **, char **, const char *); | |
| _Nonnull | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| /usr/local/include/stdio.h:395:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nullable | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdio.h:395 fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable _write)(void *, const char *, int); | |
| ^ | |
| _Nonnull | |
| :41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h/usr/local/include/stdio.h:395::41: note: insert '_Nonnull' if the pointer should never be null144 | |
| :18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| /usr/local/include/stdio.h:395:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| /usr/local/include/stdio.h:395:55: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nullable | |
| /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null | |
| ^/usr/local/include/stdio.h:395:55: struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| ^ | |
| _Nullable note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| _Nonnull/usr/local/include/_stdio.h:144:18: /usr/local/include/stdio.hnote: :insert '_Nonnull' if the pointer should never be null396 | |
| :44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
| fpos_t (* _Nullable)(void *, fpos_t, int), ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdio.h:396:44: :288:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:167:39 fpos_t (* _Nullable)(void *, fpos_t, int),: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:167:39 fpos_t (* _Nullable)(void *, fpos_t, int),: | |
| ^note: | |
| insert '_Nonnull' if the pointer should never be null _Nonnull | |
| /usr/local/include/stdio.h:long strtol(const char *__str, char **__endptr, int __base);397 | |
| : ^41 | |
| : _Nonnull | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: /usr/local/include/stdlib.h:note: 169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdio.h:397:41: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| insert '_Nullable' if the pointer may be null/usr/local/include/stdio.h:393: | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| strtold(const char *, char **);int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nullable' if the pointer may be null | |
| FILE *funopen(const void *, | |
| ^ | |
| int cgetent(char **, char **, const char *); _Nullable | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h: ^288:29: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdio.h:393:6: note: insert '_Nonnull' if the pointer should never be null | |
| FILE *funopen(const void *, | |
| ^ | |
| _Nonnull | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:288:43: 169:22: note: insert '_Nonnull' if the pointer should never be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hint cgetent(char **, char **, const char *); | |
| ^ | |
| :169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null | |
| :288: strtold(const char *, char **);43 | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h strtold(const char *, char **);:288 | |
| :43 ^: | |
| _Nullable | |
| /usr/local/include/stdlib.h:note: 169:31: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nonnull' if the pointer should never be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| int cgetent(char **, char **, const char *); | |
| /usr/local/include/stdlib.h ^ | |
| _Nonnull:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:314:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nullable' if the pointer may be null | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| /usr/local/include/stdlib.h ^ | |
| :289:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:int heapsort(void *__base, size_t __nel, size_t __width,172: | |
| 22: ^int cgetfirst(char **, char **); | |
| _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:172:22int cgetfirst(char **, char **); | |
| ^: note: | |
| insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:/usr/local/include/stdlib.h:289:21: 35note: :insert '_Nonnull' if the pointer should never be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| /usr/local/include/stdlib.h ^ | |
| :289:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:289: strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| 22: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h | |
| : ^289 | |
| _Nonnull | |
| /usr/local/include/stdlib.h:172:36::22: note: insert '_Nonnull' if the pointer should never be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:289:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h172:36: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:289:30: strtoll(const char *__str, char **__endptr, int __base);note: | |
| ^ | |
| _Nullable insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h::315: _Nullable | |
| 172:36: note: insert '_Nonnull' if the pointer should never be null | |
| 43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| ^ strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| 193 warnings generated. | |
| /usr/local/include/stdlib.h:175:22/usr/local/include/stdlib.h: :note: 289insert '_Nullable' if the pointer may be null | |
| :31: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable _Nullable | |
| /usr/local/include/stdlib.h:315:/usr/local/include/stdlib.h:289:31: note: insert '_Nonnull' if the pointer should never be null | |
| 43: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:290:27: strtoul(const char *__str, char **__endptr, int __base); | |
| warning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:35int cgetmatch(const char *, const char *);: | |
| ^warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:175:35:int cgetmatch(const char *, const char *); note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:175int cgetmatch(const char *, const char *); | |
| ^ | |
| :35 _Nonnull: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^/usr/local/include/stdlib.h | |
| : _Nonnull290 | |
| /usr/local/include/stdlib.h:175:36: int (* _Nonnull __compar)(const void *, const void *));warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:315::43290: :41: note: insert '_Nullable' if the pointer may be null | |
| ^int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| strtoul(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h:291: | |
| ^ | |
| _Nullable | |
| 21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.hint cgetnext(char **, char **); | |
| :175: ^36: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| /usr/local/include/stdlib.h ^ | |
| _Nullable | |
| :178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178/usr/local/include/stdlib.h:23: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| :291:21:/usr/local/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178:36note: insert '_Nonnull' if the pointer should never be null | |
| :int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:178:36:/usr/local/include/stdlib.h :note: 291insert '_Nonnull' if the pointer should never be null | |
| :30: note: insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:178/usr/local/include/stdlib.h:37: note: insert '_Nullable' if the pointer may be null | |
| : strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| 291:30:/usr/local/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:184:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 292:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:184:24: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| int system(const char *) __DARWIN_ALIAS_C(system); | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:184:24: note: /usr/local/include/stdlib.h:292:41: insert '_Nonnull' if the pointer should never be nullnote: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| int system(const char *) __DARWIN_ALIAS_C(system);/usr/local/include/stdlib.h:292:41: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:293:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetset(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:293:25: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^: | |
| _Nonnull187:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| int cgetset(const char *);/usr/local/include/stdlib.h | |
| ^ | |
| _Nullable | |
| :315:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetset(const char *);/usr/local/include/stdlib.h:187:23: note: insert '_Nullable' if the pointer may be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:187 | |
| ^ | |
| _Nonnull | |
| :23: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:294:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:187:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h:294:19: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| _Nullable/usr/local/include/stdlib.h:294:33: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h: | |
| /usr/local/include/stdlib.h:187:51: note: insert '_Nonnull' if the pointer should never be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| 294:41: /usr/local/include/stdlib.hnote: :insert '_Nullable' if the pointer may be null188 | |
| :18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| /usr/local/include/stdlib.h:188:18: ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the pointer may be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nullable | |
| int cgetstr(char *, const char *, char **); | |
| /usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| int wctomb(char *, wchar_t); | |
| ^ | |
| _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:192:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long a64l(const char *); | |
| ^ | |
| :294:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:192:23: note: insert '_Nullable' if the pointer may be null | |
| long a64l(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:int cgetstr(char *, const char *, char **);192 | |
| :23: note: insert '_Nonnull' if the pointer should never be null ^ | |
| _Nullable | |
| long a64l(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:194:29int cgetustr(char *, const char *, char **); | |
| ^ | |
| : warning: /usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */295 | |
| :34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:295:34: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::295:34: note: insert '_Nonnull' if the pointer should never be null | |
| 194int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:29:: 295:note: 42insert '_Nullable' if the pointer may be null: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| /usr/local/include/stdlib.h:295:42: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:295:43: note: insert '_Nonnull' if the pointer should never be null | |
| :int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| 194:29: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:/usr/local/include/stdlib.h:315:57: note: insert '_Nullable' if the pointer may be null | |
| 46: /usr/local/include/stdlib.h: int (* _Nonnull __compar)(const void *, const void *));298 | |
| : ^ | |
| _Nullable | |
| warning: 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname(dev_t, mode_t);pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:315:57: | |
| ^ | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nullable' if the pointer may be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:298:/usr/local/include/stdlib.h6:: note: insert '_Nullable' if the pointer may be null | |
| 194:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| note: _Nonnull insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:298:6: /usr/local/include/stdlib.h:note: 194:insert '_Nonnull' if the pointer should never be null6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:299:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :194:6: note: char *devname_r(dev_t, mode_t, char *buf, int len); | |
| insert '_Nullable' if the pointer may be null | |
| ^ | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY *//usr/local/include/stdlib.h:299:37: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h194::6:299 note: :37: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:195:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| double erand48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:299:6: /usr/local/include/stdlib.hnote: :195insert '_Nullable' if the pointer may be null:31 | |
| : note: insert '_Nullable' if the array parameter may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len);/usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| double erand48(unsigned short[3]); ^ | |
| _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| /usr/local/include/stdlib.h ^: | |
| 196:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h: _Nullable196 | |
| :29: note: insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:196:29: _Nonnull | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:300:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:300:28: char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */note: | |
| insert '_Nullable' if the pointer may be null ^ | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:46: /usr/local/include/stdlib.hnote: :insert '_Nullable' if the pointer may be null300 | |
| :28: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:196:46: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:300:6:char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:196:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *);/usr/local/include/stdlib.h | |
| : ^ int (* _Nonnull __compar)(const void *, const void *));196:6: note: | |
| insert '_Nullable' if the pointer may be null | |
| _Nonnull | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY *//usr/local/include/stdlib.h | |
| : ^301 | |
| : _Nullable 24 | |
| : warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int getloadavg(double [], int); | |
| ^ | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:301:24: note: char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */insert '_Nullable' if the array parameter may be null | |
| ^ | |
| _Nonnull | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:197:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:301:24: note: insert '_Nonnull' if the array parameter should never be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :303:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *getprogname(void); | |
| char *gcvt(double, int, char *); /* LEGACY */ ^ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:303/usr/local/include/stdlib.h::2197:: 30note: :insert '_Nullable' if the pointer may be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| *getprogname(void); | |
| ^ | |
| _Nullable | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:197:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:303:char *gcvt(double, int, char *); /* LEGACY */2 | |
| : ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| *getprogname(void); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:304:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nullable' if the pointer may be null | |
| void setprogname(const char *); | |
| ^ | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:304:/usr/local/include/stdlib.h30:197:6: note: insert '_Nonnull' if the pointer should never be null | |
| :char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setprogname(const char *); | |
| ^ | |
| _Nullable | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:304:30: /usr/local/include/stdlib.hnote: :insert '_Nonnull' if the pointer should never be null198 | |
| :21: note: insert '_Nullable' if the pointer may be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:/usr/local/include/stdlib.h21: note: insert '_Nonnull' if the pointer should never be null | |
| :314:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^int heapsort(void *__base, size_t __nel, size_t __width, | |
| _Nonnull ^ | |
| /usr/local/include/stdlib.h:198:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:314:20: note: insert '_Nullable' if the pointer may be null | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h _Nullable : | |
| 198:22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h:314 | |
| :20: note: insert '_Nonnull' if the pointer should never be null | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:22: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:315: | |
| 43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h | |
| :198:30: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| /usr/local/include/stdlib.h ^: | |
| 198 _Nonnull: | |
| 30: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:315:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198 int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| :38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| In file included from int getsubopt(char **, char * const *, char **);compar.c | |
| ^ | |
| /usr/local/include/stdlib.h: | |
| 315: ^57::12 note: insert '_Nullable' if the pointer may be null | |
| : | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h:134: | |
| /usr/local/include/stdlib.h: | |
| /usr/local/include/stdlib.h134:198::2538: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| double atof(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:315:57: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:198:38 int (* _Nonnull __compar)(const void *, const void *));: | |
| ^note: | |
| insert '_Nonnull' if the pointer should never be null | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:134:25 _Nonnull: | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:double atof(const char *); | |
| ^ | |
| _Nullable198 | |
| :46: warning: 317pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.hint heapsort_b(void *__base, size_t __nel, size_t __width,: | |
| 134 ^:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:int getsubopt(char **, char * const *, char **);/usr/local/include/stdlib.h317:: | |
| 22: ^ | |
| _Nullable | |
| 135note: :insert '_Nullable' if the pointer may be null22 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nonnull' if the pointer should never be null | |
| _Nonnullint getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull: | |
| 135/usr/local/include/stdlib.h::22317:/usr/local/include/stdlib.h::22198:: note: note: insert '_Nonnull' if the pointer should never be nullinsert '_Nullable' if the pointer may be null | |
| 47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| _Nullable | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^int getsubopt(char **, char * const *, char **); | |
| _Nonnull ^ | |
| /usr/local/include/stdlib.h:318:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:135:22/usr/local/include/stdlib.h:: 198note: :insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^47 | |
| : note: insert '_Nullable' if the pointer may be null | |
| int atoi(const char *); | |
| ^ | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| /usr/local/include/stdlib.h:136:23 | |
| : /usr/local/include/stdlib.hwarning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| _Nullable | |
| :318:43:long atol(const char *); | |
| note: ^insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198/usr/local/include/stdlib.h::47136:: 23note: : note: insert '_Nullable' if the pointer may be null | |
| insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:318:long atol(const char *);43 | |
| : ^ | |
| note: _Nullableinsert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:57: /usr/local/include/stdlib.h:201:32:warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :136: 23warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| long atol(const char *);char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| ^ | |
| In file included from compile.c:12: | |
| In file included from ./include/ruby/encoding.h:27: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h/usr/local/include/stdlib.h:126: | |
| /usr/local/include/stdio.h/usr/local/include/stdlib.h::139:/usr/local/include/stdlib.h20::201 :warning: 32pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]318 | |
| :57:: note: insert '_Nullable' if the pointer may be null atoll(const char *); | |
| ^ | |
| : | |
| note: insert '_Nullable' if the pointer may be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h | |
| :139:20: note: insert '_Nullable' if the pointer may be null int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| atoll(const char *); | |
| ^ | |
| _Nullable | |
| 67:13 | |
| : ^ warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nullable | |
| extern FILE *__stdinp; | |
| ^ | |
| /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null | |
| atoll(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318/usr/local/include/stdlib.h::57201: note: insert '_Nonnull' if the pointer should never be null | |
| :/usr/local/include/stdlib.h32::141 :note: 26insert '_Nonnull' if the pointer should never be null: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed *//usr/local/include/stdio.h: | |
| 67 ^ | |
| _Nonnull | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:141:char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| 26: note: insert '_Nullable' if the pointer may be null | |
| :13: note: insert '_Nullable' if the pointer may be null | |
| extern FILE *__stdinp; | |
| ^ | |
| _Nullable | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h | |
| :321:21/usr/local/include/stdlib.h::317:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nullable warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdio.h:67:13:void *bsearch(const void *__key, const void *__base, size_t __nel, int mergesort(void *__base, size_t __nel, size_t __width, | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:201/usr/local/include/stdlib.h:317note: :22: note: insert '_Nullable' if the pointer may be null | |
| ^: | |
| 6: int heapsort_b(void *__base, size_t __nel, size_t __width,/usr/local/include/stdlib.h | |
| note: insert '_Nonnull' if the pointer should never be null | |
| :141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");int mergesort(void *__base, size_t __nel, size_t __width, | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| ^ | |
| ^ _Nullable | |
| _Nonnull | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:317:22:/usr/local/include/stdlib.h:322: | |
| 43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h205::14229::59 :note: insert '_Nullable' if the array parameter may be nullnote: | |
| insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *));long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ ^ | |
| _Nullable _Nullable | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hnote: :205:/usr/local/include/stdlib.h int (* _Nonnull __compar)(const void *, const void *)); | |
| ^29 | |
| extern FILE *__stdinp;: :note: insert '_Nonnull' if the array parameter should never be null142 | |
| :59: _Nullable | |
| note: insert '_Nonnull' if the pointer should never be null | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:206/usr/local/include/stdlib.h:142:73: note: :6: insert '_Nullable' if the pointer may be nullwarning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *l64a(long); | |
| ^ | |
| : size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:206:6322/usr/local/include/stdlib.h::43142:: 73note: :insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| : int (* _Nonnull __compar)(const void *, const void *)); | |
| size_t __width, int (* _Nonnull __compar)(const void *, const void *)); ^ | |
| ^note: | |
| insert '_Nullable' if the pointer may be null | |
| _Nonnull | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::322char *l64a(long);:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long); | |
| /usr/local/include/stdlib.h ^ | |
| : _Nonnull | |
| 141:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdio.h:395:41 ^: | |
| _Nonnull | |
| ^ | |
| void *bsearch(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null | |
| :207:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:322:57:: 141note: insert '_Nonnull' if the pointer should never be null: | |
| 6: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hvoid *bsearch(const void *__key, const void *__base, size_t __nel,: | |
| 207 ^:/usr/local/include/stdlib.h:324:23: | |
| _Nonnull warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 29 int (* _Nullable)(void *, const char *, int),warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| note: insert '_Nullable' if the array parameter may be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:147:void lcong48(unsigned short[7]);25 | |
| : warning: int heapsort_b(void *__base, size_t __nel, size_t __width,pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:324char *getenv(const char *);: | |
| 23:/usr/local/include/stdlib.h: 318:note: 43 ^: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) _Nullable | |
| insert '_Nullable' if the pointer may be null | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:147:25/usr/local/include/stdlib.h:207:/usr/local/include/stdlib.h:324::23: note: 29insert '_Nullable' if the pointer may be null: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| note: int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| insert '_Nonnull' if the array parameter should never be null | |
| /usr/local/include/stdlib.h:147:25: note: void lcong48(unsigned short[7]);insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| char *getenv(const char *);/usr/local/include/stdlib.h | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:147:6: warning: :325:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getenv(const char *); | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:212:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdio.h:395:41: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:212: int (* _Nullable)(void *, const char *, int), | |
| 19 ^ int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| : _Nullable ^ | |
| /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null | |
| note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^char *getenv(const char *); | |
| ^ | |
| _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h147::2126:19: note: insert '_Nonnull' if the pointer should never be null | |
| : int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| note: ^insert '_Nonnull' if the pointer should never be null | |
| _Nonnull | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| char *getenv(const char *);/usr/local/include/stdlib.h | |
| : ^325:/usr/local/include/stdlib.h57::212 :warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| _Nonnull | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:212:6: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null: | |
| 325:57: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:212:6: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:57: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:213:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)/usr/local/include/stdlib.h | |
| : ^int mkstemp(char *); | |
| _Nonnull ^ | |
| 156:23: note: insert '_Nullable' if the pointer may be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| /usr/local/include/stdlib.h _Nullable : | |
| 213:19: note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:328:18:/usr/local/include/stdlib.h:156:23 :warning: /usr/local/include/stdlib.hnote: insert '_Nonnull' if the pointer should never be nullpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :213:19: note: insert '_Nonnull' if the pointer should never be null | |
| int mblen(const char *__s, size_t __n); | |
| ^ | |
| _Nonnull void psort(void *__base, size_t __nel, size_t __width, | |
| int mkstemp(char *); | |
| ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:215:size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);29 | |
| : ^ | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| _Nullable | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :328:18: note: insert '_Nonnull' if the pointer should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| void psort(void *__base, size_t __nel, size_t __width, ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:215 ^ | |
| _Nonnull | |
| :29: note: insert '_Nullable' if the array parameter may be null | |
| /usr/local/include/stdlib.h:329:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:157:26:long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| note: ^insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.hsize_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::215157::2952:: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nonnull' if the array parameter should never be null | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:: int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:217157:52318: note: :insert '_Nullable' if the pointer may be null | |
| 6size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| /usr/local/include/stdlib.h:329:43: ^ | |
| note: _Nullableinsert '_Nonnull' if the pointer should never be null | |
| : int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| _Nullable:/usr/local/include/stdlib.h::329157::5752:char *ptsname(int); | |
| warning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| /usr/local/include/stdlib.h:329:57: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::217:6 int (* _Nonnull __compar)(const void *, const void *)) | |
| 158 ^: | |
| 21 _Nullable: | |
| note: insert '_Nullable' if the pointer may be null | |
| : note: insert '_Nullable' if the pointer may be null | |
| char *ptsname(int); | |
| ^ | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable /usr/local/include/stdio.h _Nullable | |
| /usr/local/include/stdlib.h:329:57: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null:217 | |
| :6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ptsname(int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:158/usr/local/include/stdlib.h:220::32:21 warning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| : int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:220:32: int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| 395: _Nonnull41: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the pointer may be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull: | |
| 158:46: warning: /usr/local/include/stdio.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]:395 | |
| 43:/usr/local/include/stdlib.h note: :insert '_Nullable' if the pointer may be null | |
| 332 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ::20int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));: | |
| ^ | |
| _Nullable | |
| ^int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ^ | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| _Nullable | |
| /usr/local/include/stdlib.h ^:158 | |
| : _Nonnull 46 | |
| : note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nullable' if the pointer may be null | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nullable | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| 55/usr/local/include/stdlib.h:318:43:/usr/local/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::332:20: note: insert '_Nonnull' if the pointer should never be null223 | |
| :18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| /usr/local/include/stdlib.h:160:18: /usr/local/include/stdlib.hwarning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]333 | |
| :43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:223:18: note: insert '_Nullable' if the pointer may be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| : warning: | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nullable | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:160:18 int (* _Nullable)(void *, const char *, int),: | |
| note: insert '_Nullable' if the pointer may be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:223:18: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)note: insert '_Nonnull' if the pointer should never be null | |
| void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null | |
| ^void qsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:225:22: warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :333:/usr/local/include/stdlib.h:161:int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");43 | |
| :43 warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ ^ | |
| _Nonnull | |
| : note: /usr/local/include/stdlib.h:/usr/local/include/stdio.h318::39557::insert '_Nullable' if the pointer may be null55 | |
| : int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:225 int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable: | |
| 22: note: /usr/local/include/stdlib.h:333insert '_Nullable' if the pointer may be null | |
| :43: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.hint rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");: | |
| 161 ^:43: note: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| _Nullable | |
| insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:333:57 int (* _Nullable)(void *, const char *, int), int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ ^ | |
| : warning: int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:57:/usr/local/include/stdlib.h note: :insert '_Nullable' if the pointer may be null | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:161225:57::22 :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]note: | |
| insert '_Nonnull' if the pointer should never be null _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nonnull | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^/usr/local/include/stdlib.h:161:57: | |
| /usr/local/include/stdlib.h:227:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:333: _Nullable57 | |
| : note: char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);insert '_Nullable' if the pointer may be null | |
| note: ^ | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdio.h/usr/local/include/stdlib.h:227:27: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable227: | |
| 27:: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.hchar *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::227161:46:: 57warning: /usr/local/include/stdlib.h:333:57395:: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :55note: : insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);note: | |
| ^insert '_Nonnull' if the pointer should never be null | |
| note: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| insert '_Nonnull' if the pointer should never be null _Nonnull | |
| /usr/local/include/stdlib.h::318227::5746:: note: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *, const char *, int), | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:336:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullablevoid psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:336:20: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdio.h:396:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227 fpos_t (* _Nullable)(void *, fpos_t, int),: | |
| 46: note: ^ | |
| /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null | |
| ^/usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nonnull | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| 336/usr/local/include/stdlib.h:227:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :/usr/local/include/stdlib.h:165char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);:20: 27note: :insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *,double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:6: note: | |
| insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h:/usr/local/include/stdlib.h336::64: warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 165:27: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdio.h:396:44: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:165 _Nonnull/usr/local/include/stdlib.h:227:6: note: insert '_Nonnull' if the pointer should never be null | |
| :35: /usr/local/include/stdlib.hwarning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :336:64: note: insert '_Nullable' if the pointer may be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::321:21: double strtod(const char *, char **) __DARWIN_ALIAS(strtod);/usr/local/include/stdlib.h:336:warning: 64pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| : | |
| 232note: ^insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| :/usr/local/include/stdlib.h:321void psort_r(void *__base, size_t __nel, size_t __width, void *,:21 | |
| : note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hint mergesort(void *__base, size_t __nel, size_t __width, | |
| ^:/usr/local/include/stdlib.h165::33735::37 :note: insert '_Nonnull' if the pointer should never be nullwarning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nonnull24: | |
| warning: /usr/local/include/stdlib.h: | |
| 165 _Nullable: | |
| 36array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| _Nullable | |
| : int (* _Nonnull __compar)(void *, const void *, const void *)) warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ^ | |
| /usr/local/include/stdio.h:396: | |
| /usr/local/include/stdlib.h:321 *seed48(unsigned short[3]);: | |
| 21 ^: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ ^ | |
| /usr/local/include/stdlib.h:232:/usr/local/include/stdlib.h24:: note: 33744:37: note: | |
| insert '_Nullable' if the pointer may be null _Nonnull insert '_Nullable' if the array parameter may be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:322::43165: *seed48(unsigned short[3]); | |
| ^ | |
| : _Nullable note: :insert '_Nonnull' if the pointer should never be null | |
| 36: note: insert '_Nullable' if the pointer may be null | |
| fpos_t (* _Nullable)(void *, fpos_t, int), | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable/usr/local/include/stdio.h | |
| :397double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:/usr/local/include/stdlib.h/usr/local/include/stdlib.h:165 :236:: note: :insert '_Nonnull' if the pointer should never be null41 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| double strtod(const char *, char **) __DARWIN_ALIAS(strtod); | |
| ^/usr/local/include/stdlib.h:337:37 | |
| : _Nonnull | |
| 232:2: note: insert '_Nullable' if the pointer may be null | |
| : *seed48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:166: int (* _Nonnull __compar)(void *, const void *, const void *))26 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdio.h:397:41: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:337:51/usr/local/include/stdlib.h: int (* _Nullable)(void *)); | |
| warning: ^ | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: _Nullable166 | |
| :warning: :232 | |
| :262: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdio.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]:397::41: note: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nonnull' if the pointer should never be null | |
| int (* _Nullable)(void *)); | |
| ^ | |
| _Nonnull | |
| *seed48(unsigned short[3]); | |
| ^/usr/local/include/stdio.h | |
| _Nonnull | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *))/usr/local/include/stdlib.h | |
| ^: | |
| 166 _Nullable | |
| :26: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:337:233:24:float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| warning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 51 _Nonnull | |
| /usr/local/include/stdlib.h:: note: insert '_Nonnull' if the pointer should never be null | |
| 166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| /usr/local/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| ^float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nullable | |
| _Nonnull/usr/local/include/stdlib.h:233:24:/usr/local/include/stdlib.h :note: 166insert '_Nullable' if the pointer may be null: | |
| 34: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| _Nonnull | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable166 | |
| :35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:337:65:/usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| float strtof(const char *, char **) __DARWIN_ALIAS(strtof);int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ ^ | |
| _Nullable _Nonnull | |
| /usr/local/include/stdlib.h:233:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :/usr/local/include/stdlib.h:337:65/usr/local/include/stdlib.h: note: insert '_Nullable' if the pointer may be null | |
| :166:35: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| 393:6:float strtof(const char *, char **) __DARWIN_ALIAS(strtof); | |
| ^ ^ | |
| _Nullable _Nonnull | |
| warning: /usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:233:45:/usr/local/include/stdlib.h :note: 167insert '_Nonnull' if the pointer should never be null: | |
| 25: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:340:20: warning: long strtol(const char *__str, char **__endptr, int __base);pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| _Nullable | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:340:20: :note: 235insert '_Nullable' if the pointer may be nullpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| FILE *funopen(const void *, | |
| ^ | |
| :25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| ^/usr/local/include/stdio.h: | |
| 393: _Nonnull 6: note: insert '_Nullable' if the pointer may be nullvoid setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| /usr/local/include/stdlib.h:167:38: /usr/local/include/stdlib.hwarning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]340 | |
| :20: note: insert '_Nonnull' if the pointer should never be null | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.hvoid qsort_b(void *__base, size_t __nel, size_t __width,: | |
| 235 ^: | |
| 25 _Nonnull : | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:341:void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nullable | |
| 43:/usr/local/include/stdlib.h:167 :warning: 38pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.hlong strtol(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h:235:25 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| ^ | |
| _Nullable | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| :322/usr/local/include/stdlib.h:341:43: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :239:27/usr/local/include/stdlib.h:167:38:: note: warning: insert '_Nonnull' if the pointer should never be nullpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^char *setstate(const char *); | |
| _Nullable ^ | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h341::23943::27 :note: insert '_Nonnull' if the pointer should never be nulllong strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::341167::57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 39: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:239:27: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:239:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:341:57:char *setstate(const char *); | |
| note: ^insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| long strtol(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull : | |
| 239:6: note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:341:57: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^239:6 | |
| strtold(const char *, char **); | |
| ^ _Nonnull | |
| : note: insert '_Nonnull' if the pointer should never be null: | |
| 43 | |
| : note: insert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:169:22: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null:344:20: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:248:26: warning: strtold(const char *, char **); | |
| ^ | |
| _Nullable | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| FILE *funopen(const void *,/usr/local/include/stdlib.h:169:22: note: /usr/local/include/stdlib.h:344:insert '_Nonnull' if the pointer should never be null20 | |
| : note: insert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h | |
| :169:30: int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:344:20: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:248:26: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^/usr/local/include/stdio.h: | |
| 393:/usr/local/include/stdlib.h6:: 344note: :64 strtold(const char *, char **);: | |
| warning: ^ | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nullable | |
| _Nullable | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:169:30/usr/local/include/stdlib.h: :note: 248:26: note: insert '_Nonnull' if the pointer should never be nullinsert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:344:64: strtold(const char *, char **);/usr/local/include/stdlib.h | |
| :322 ^int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);note: | |
| insert '_Nullable' if the pointer may be null | |
| insert '_Nonnull' if the pointer should never be null _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable strtold(const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:344:/usr/local/include/stdlib.h:169:6431:: note: note: insert '_Nonnull' if the pointer should never be nullinsert '_Nullable' if the pointer may be null | |
| strtold(const char *, char **); | |
| /usr/local/include/stdlib.h:261void qsort_r(void *__base, size_t __nel, size_t __width, void *, ^ | |
| _Nullable | |
| :42 | |
| : ^warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nonnull | |
| /usr/local/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| /usr/local/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| strtold(const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:261:42/usr/local/include/stdlib.h::345:37: note: insert '_Nullable' if the pointer may be null | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nullable _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| FILE *funopen(const void *,/usr/local/include/stdlib.h:345/usr/local/include/stdlib.h::37: note: insert '_Nonnull' if the pointer should never be null | |
| 261:42: /usr/local/include/stdlib.h:172:note: 22insert '_Nonnull' if the pointer should never be null: | |
| note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull | |
| :void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)345 | |
| : ^: | |
| strtoll(const char *__str, char **__endptr, int __base);51 | |
| ^ | |
| _Nonnull: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nullable 57 | |
| : | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:51: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:266 int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| :27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::345172::51: note: insert '_Nonnull' if the pointer should never be null | |
| 35: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:345:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:266: int (* _Nonnull __compar)(void *, const void *, const void *));27/usr/local/include/stdlib.h:172:35: note: | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| : note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| compiling ^void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable345 | |
| complex.c | |
| _Nonnull | |
| :65: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :172:36 int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:345:65: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h strtoll(const char *__str, char **__endptr, int __base);:266 | |
| : ^ | |
| 27: int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::346:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ^ | |
| 172 _Nonnull | |
| :36int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| : ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:346:36: note: insert '_Nullable' if the pointer may be null | |
| strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:346:36: note: insert '_Nonnull' if the pointer should never be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| warning: /usr/local/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h strtoll(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull : | |
| 346:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:175:22: warning: int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:346:37: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:280:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:void *bsearch_b(const void *__key, const void *__base, size_t __nel,346 | |
| ^: | |
| 37: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:280:28: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| strtoul(const char *__str, char **__endptr, int __base); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:346:77: warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,/usr/local/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nullable' if the pointer may be null | |
| int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:346:77: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base);int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ ^ | |
| _Nullable | |
| _Nullable | |
| _Nonnull /usr/local/include/stdlib.h:280:28: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| /usr/local/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null | |
| strtoul(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| ^/usr/local/include/stdlib.h:348:24: /usr/local/include/stdlib.h:178:23:warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| _Nonnull | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| int rpmatch(const char *) | |
| ^ | |
| /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :280:47 int (* _Nonnull __compar)(const void *, const void *)); | |
| : ^ warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h | |
| :178:23: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:348:24: note: insert '_Nullable' if the pointer may be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nullable strtoull(const char *__str, char **__endptr, int __base); | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:348:24: note: insert '_Nonnull' if the pointer should never be null | |
| int rpmatch(const char *) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:23: | |
| ^note: /usr/local/include/stdlib.h:350: | |
| 37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::280:178:36: note: insert '_Nullable' if the pointer may be null | |
| 47/usr/local/include/stdlib.h strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| :350:37: note: insert '_Nullable' if the pointer may be null | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:178:36: note: /usr/local/include/stdlib.h:350:37: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:350: strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| 38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]178 | |
| :37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:322 | |
| :57 ^: | |
| _Nonnull note: | |
| insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ ^ | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:281/usr/local/include/stdlib.h:322:57:: 59note: :insert '_Nonnull' if the pointer should never be null warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h::178350::3837: | |
| note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape): | |
| ^ | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| note: /usr/local/include/stdlib.h:178/usr/local/include/stdlib.h::37281:: 59note: :insert '_Nonnull' if the pointer should never be null | |
| note: ^ | |
| _Nonnull | |
| insert '_Nullable' if the pointer may be null | |
| strtoull(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h: size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape)324: | |
| 23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:324:23: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:281int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| :59: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:324/usr/local/include/stdlib.hint sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| : ^ | |
| 184 _Nullable | |
| :24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| /usr/local/include/stdlib.h:350: ^38: | |
| _Nonnullnote: insert '_Nonnull' if the pointer should never be null | |
| int system(const char *) __DARWIN_ALIAS_C(system);: | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nonnull | |
| ^/usr/local/include/stdlib.h | |
| /usr/local/include/stdlib.h::281:35073: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :/usr/local/include/stdlib.h:184:24: size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| note: ^insert '_Nullable' if the pointer may be null | |
| 78: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 23int system(const char *) __DARWIN_ALIAS_C(system); | |
| ^ | |
| _Nullable: note: insert '_Nonnull' if the pointer should never be null | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::184350::2478:: note: note: insert '_Nonnull' if the pointer should never be nullinsert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nullable' if the pointer may be null | |
| int system(const char *) __DARWIN_ALIAS_C(system); int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^ | |
| _Nullable ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:350:78 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape): | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h187:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, | |
| ^size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| _Nonnull ^ | |
| 281:/usr/local/include/stdlib.h:187:23: note: /usr/local/include/stdlib.h:354:21:insert '_Nullable' if the pointer may be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2);size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ ^ | |
| /usr/local/include/stdlib.h _Nullable:325 | |
| 73: note: insert '_Nullable' if the pointer may be null | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:354:21:/usr/local/include/stdlib.h:187:/usr/local/include/stdlib.h: 281::note: 73:insert '_Nullable' if the pointer may be null | |
| 23: note: insert '_Nonnull' if the pointer should never be null | |
| 57: note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nullable | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:187:51: size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape)warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)/usr/local/include/stdlib.h | |
| ^ | |
| _Nullable | |
| ^:354:21: note: /usr/local/include/stdlib.h:325 | |
| _Nonnullinsert '_Nonnull' if the pointer should never be null | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:354:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| /usr/local/include/stdlib.h ^ | |
| :187:51: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:354:6: note: insert '_Nullable' if the pointer may be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); ^ | |
| _Nullable | |
| ^/usr/local/include/stdlib.h:354:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *reallocf(void *__ptr, size_t __size) __alloc_size(2); | |
| ^ | |
| _Nonnull | |
| _Nullable | |
| /usr/local/include/stdlib.h:356:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^:/usr/local/include/stdlib.h:187:51: note: insert '_Nonnull' if the pointer should never be null | |
| 280:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | |
| ^ | |
| _Nonnull/usr/local/include/stdlib.h:356:22:/usr/local/include/stdlib.h:280: | |
| 6: note: insert '_Nullable' if the pointer may be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:188:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]note: | |
| int wctomb(char *, wchar_t); | |
| : ^ | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:280:6: note: insert '_Nonnull' if the pointer should never be null | |
| 57/usr/local/include/stdlib.h:188:18: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| int wctomb(char *, wchar_t); | |
| ^ ^ | |
| _Nullable: | |
| _Nullable | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| note: insert '_Nonnull' if the pointer should never be null | |
| ^/usr/local/include/stdlib.h | |
| : _Nonnull | |
| 356/usr/local/include/stdlib.h:188:18: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h | |
| int wctomb(char *, wchar_t); | |
| ::286:20 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape): warning: 22:pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nonnull | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull :192: ^23 | |
| _Nonnull | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.hlong a64l(const char *);: | |
| 356:char *cgetcap(char *, const char *, int);84: ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:328:18: | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:warning: 286pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:192 | |
| :23: strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)note: insert '_Nullable' if the pointer may be null | |
| :void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| ^ | |
| long a64l(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:328:18: note: insert '_Nullable' if the pointer may be null | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:328:/usr/local/include/stdlib.h18:: note: 192insert '_Nonnull' if the pointer should never be null20: note: insert '_Nonnull' if the pointer should never be null | |
| :23: note: insert '_Nonnull' if the pointer should never be nullchar *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long a64l(const char *); | |
| char *cgetcap(char *, const char *, int); ^ | |
| /usr/local/include/stdlib.h _Nonnull: | |
| 356:84: ^ note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:194:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:194:29: note: insert '_Nullable' if the pointer may be null | |
| :char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| 356:/usr/local/include/stdlib.h:194:29: note: insert '_Nonnull' if the pointer should never be null | |
| 84char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:194:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:85:char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:194:46: note: insert '_Nullable' if the pointer may be null | |
| :char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| 286:34: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:194:46: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int);char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:194:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nullable | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:194:6: note: insert '_Nullable' if the pointer may be null | |
| :char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:194:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:195:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| 286:double erand48(unsigned short[3]); | |
| ^ | |
| 34: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h | |
| :195:31: char *cgetcap(char *, const char *, int); | |
| note: ^ | |
| insert '_Nullable' if the array parameter may be null | |
| double erand48(unsigned short[3]); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| /usr/local/include/stdlib.h:356:85: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h:195:31: note: insert '_Nonnull' if the array parameter should never be null | |
| :286:6: | |
| double erand48(unsigned short[3]);note: | |
| insert '_Nullable' if the pointer may be null ^ | |
| _Nonnull | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)/usr/local/include/stdlib.h | |
| : ^196 | |
| _Nullable | |
| :29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:356:85: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:196:29: /usr/local/include/stdlib.h:288:19note: insert '_Nullable' if the pointer may be null | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp) | |
| ^ | |
| _Nonnull | |
| int cgetent(char **, char **, const char *);char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:196:29/usr/local/include/stdlib.h:288:19:: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *);char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:196:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:288:19:char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| note: ^insert '_Nonnull' if the pointer should never be null | |
| void psort(void *__base, size_t __nel, size_t __width,int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:288:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :360:21: /usr/local/include/stdlib.hnote: :196:46: note: int cgetent(char **, char **, const char *); | |
| ^ | |
| insert '_Nullable' if the pointer may be null | |
| insert '_Nullable' if the pointer may be null | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ strtoq(const char *__str, char **__endptr, int __base); | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:20: ^ | |
| _Nullable | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:360:21: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:196:46: note: strtoq(const char *__str, char **__endptr, int __base); | |
| int cgetent(char **, char **, const char *); ^ | |
| _Nonnull | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| /usr/local/include/stdlib.h ^:360: _Nullable34: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:196:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:288:20: /usr/local/include/stdlib.h:note: 360insert '_Nonnull' if the pointer should never be null: | |
| 34: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nullable' if the pointer may be nullint cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:int cgetent(char **, char **, const char *);360:34: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:196:6: note: insert '_Nonnull' if the pointer should never be null | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:360:35: warning: char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nonnull | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:197:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| /usr/local/include/stdlib.h:288/usr/local/include/stdlib.h:: _Nonnull 28: note: insert '_Nullable' if the pointer may be null360 | |
| :35:/usr/local/include/stdlib.h:197:30: | |
| note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullablenote: | |
| insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:char *gcvt(double, int, char *); /* LEGACY */329 | |
| ^ | |
| _Nullable | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:197:30: note: insert '_Nonnull' if the pointer should never be nullint cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:288:29: char *gcvt(double, int, char *); /* LEGACY */ | |
| 360warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| _Nonnull: | |
| 35: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :197:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| strtoq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| int cgetent(char **, char **, const char *);/usr/local/include/stdlib.h:197:6: note: insert '_Nullable' if the pointer may be null | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:197:6: note: insert '_Nonnull' if the pointer should never be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| char *gcvt(double, int, char *); /* LEGACY */ | |
| ^ | |
| _Nonnull | |
| ^/usr/local/include/stdlib.h:198:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:362:22: note: insert '_Nonnull' if the pointer should never be nullint getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:21: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:362:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull | |
| strtouq(const char *__str, char **__endptr, int __base);/usr/local/include/stdlib.h | |
| : ^198 | |
| :22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| /usr/local/include/stdlib.h ^: | |
| 198 _Nullable: | |
| 22: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:362:35: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h strtouq(const char *__str, char **__endptr, int __base);: | |
| 288 ^: | |
| 29 _Nonnull/usr/local/include/stdlib.h:198:22:: note: insert '_Nonnull' if the pointer should never be nullnote: | |
| insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **);int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:198:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:288:29: int getsubopt(char **, char * const *, char **);: | |
| /usr/local/include/stdlib.h:362note: :36: ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nonnull' if the pointer should never be null strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| /usr/local/include/stdlib.h ^: | |
| 362 _Nullable: | |
| 36: 43: note: insert '_Nullable' if the pointer may be null | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:198:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| : _Nonnull362 | |
| :36: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:198:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| strtouq(const char *__str, char **__endptr, int __base); | |
| ^ | |
| _Nonnull | |
| :288:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:198:38: note: /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null: | |
| 364:int cgetent(char **, char **, const char *); | |
| ^ | |
| 13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :198:38: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h:int getsubopt(char **, char * const *, char **);364 | |
| : ^13 | |
| : | |
| _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:198:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nullable | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *);/usr/local/include/stdlib.h/usr/local/include/stdlib.h:198:warning: | |
| 46 ^ | |
| _Nonnull | |
| : note: insert '_Nullable' if the pointer may be null | |
| :int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 364int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:198:46: note: insert '_Nonnull' if the pointer should never be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull | |
| :13: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:198:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| extern char *suboptarg; /* getsubopt(3) external variable */ | |
| ^ | |
| _Nonnull | |
| int getsubopt(char **, char * const *, char **); | |
| ^: | |
| 289:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:22: warning: /usr/local/include/stdlib.h:198:47: note: insert '_Nullable' if the pointer may be null | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nullable | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:198:47: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nullable' if the pointer may be null | |
| int getsubopt(char **, char * const *, char **); | |
| ^ | |
| _Nonnull int (* _Nonnull __compar)(const void *, const void *)) | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::289201::2232:: note: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| _Nullable | |
| ^ | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h289::20122::32 :note: note: insert '_Nullable' if the pointer may be null | |
| insert '_Nonnull' if the pointer should never be null | |
| _Nullableint cgetfirst(char **, char **); | |
| ^char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| _Nonnull ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:289:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| /usr/local/include/stdlib.h ^: | |
| 201:32: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.hchar *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */: | |
| 289 ^: | |
| 30 _Nonnull: | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:201:6int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull: | |
| 201:6: /usr/local/include/stdlib.hnote: insert '_Nullable' if the pointer may be null | |
| :289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ ^ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h289::20131::6 :note: insert '_Nullable' if the pointer may be nullnote: insert '_Nonnull' if the pointer should never be null | |
| char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:205:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:205:29: note: insert '_Nullable' if the array parameter may be null | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h | |
| :/usr/local/include/stdlib.h/usr/local/include/stdlib.h::205289::2931:: note: insert '_Nonnull' if the pointer should never be null | |
| 329note: insert '_Nonnull' if the array parameter should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| :57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ int (* _Nonnull __compar)(const void *, const void *)) | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:206:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *l64a(long); | |
| ^ | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:206:6: note: insert '_Nullable' if the pointer may be null | |
| char *l64a(long); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:27: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:206:6: _Nullablenote: insert '_Nonnull' if the pointer should never be null | |
| char *l64a(long); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:207:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| /usr/local/include/stdlib.h:290:27: ^void lcong48(unsigned short[7]); | |
| note: ^insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h: | |
| /usr/local/include/stdlib.h:207:29: 290note: insert '_Nullable' if the array parameter may be null: | |
| 41: warning: /usr/local/include/stdlib.h:329:pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void lcong48(unsigned short[7]); | |
| ^ | |
| _Nullable | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| 57/usr/local/include/stdlib.h::207:29: note: insert '_Nonnull' if the array parameter should never be null | |
| /usr/local/include/stdlib.h:290:void lcong48(unsigned short[7]); | |
| ^ | |
| _Nonnull | |
| 41: note: insert '_Nullable' if the pointer may be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nullable | |
| note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h/usr/local/include/stdlib.h:290:41::212 :note: 19insert '_Nonnull' if the pointer should never be null: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *mktemp(char *); | |
| int cgetmatch(const char *, const char *); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:20: warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| 212:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| char *mktemp(char *); | |
| ^ | |
| _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:20/usr/local/include/stdlib.h:: /usr/local/include/stdlib.h212:19:note: insert '_Nullable' if the pointer may be null | |
| :note: insert '_Nonnull' if the pointer should never be null | |
| 329:57: int cgetnext(char **, char **);note: | |
| insert '_Nonnull' if the pointer should never be null ^ | |
| char *mktemp(char *); | |
| _Nullable ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:212:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| char *mktemp(char *); _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:212:6: note: insert '_Nullable' if the pointer may be null | |
| char *mktemp(char *);int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable 291:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:332:20: /usr/local/include/stdlib.h:291:21: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^/usr/local/include/stdlib.h | |
| : _Nullable212 | |
| :6: note: insert '_Nonnull' if the pointer should never be null | |
| char *mktemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:213:19:int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:int mkstemp(char *); | |
| 291 ^ | |
| :29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:213:19: note: insert '_Nullable' if the pointer may be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:213:19: note: insert '_Nonnull' if the pointer should never be null | |
| int mkstemp(char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:29: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull/usr/local/include/stdlib.h:215:29 | |
| : /usr/local/include/stdlib.h:291:30warning: : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int cgetnext(char **, char **); | |
| ^ | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h:291:30: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:215:29: note: insert '_Nullable' if the array parameter may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| warning: long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:291:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **);/usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]:215:29: note: insert '_Nonnull' if the array parameter should never be null | |
| ^ | |
| _Nonnull | |
| long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");/usr/local/include/stdlib.h:292:19: | |
| warning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| _Nonnull | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:217:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:292:19: note: insert '_Nullable' if the pointer may be null | |
| char *ptsname(int);void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| ^ | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h:/usr/local/include/stdlib.h217::292:19: note: insert '_Nonnull' if the pointer should never be null6: | |
| note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| char *ptsname(int); | |
| ^ | |
| _Nullable ^ | |
| _Nonnull | |
| void psort_b(void *__base, size_t __nel, size_t __width,/usr/local/include/stdlib.h | |
| ^: | |
| _Nullable | |
| 292:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:332:20: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:int cgetnum(char *, const char *, long *);217:6: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| char *ptsname(int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:220:32: /usr/local/include/stdlib.hwarning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]292 | |
| :33: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| /usr/local/include/stdlib.h:292:33: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull /usr/local/include/stdlib.h | |
| :220:32int cgetnum(char *, const char *, long *);: | |
| ^note: | |
| insert '_Nullable' if the pointer may be null | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nullable | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:220:32: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:333:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | |
| ^ | |
| _Nonnull | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h | |
| :333:43: /usr/local/include/stdlib.h:292:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:223:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: /usr/local/include/stdlib.h:293int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| insert '_Nullable' if the pointer may be null: | |
| 25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetset(const char *); | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable/usr/local/include/stdlib.h | |
| /usr/local/include/stdlib.h::293223:25:: 18note: : note: insert '_Nullable' if the pointer may be null | |
| int putenv(char *) __DARWIN_ALIAS(putenv);insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| int cgetset(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:223:18: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int putenv(char *) __DARWIN_ALIAS(putenv); | |
| ^ | |
| int cgetset(const char *); _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:225:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:294:19: note: insert '_Nullable' if the pointer may be null | |
| :/usr/local/include/stdlib.hint cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| 333:43: note: insert '_Nonnull' if the pointer should never be null: | |
| 225:22: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:333:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:294:19:int rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) ^ | |
| _Nullablenote: | |
| insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:225:22: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:294:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullableint rand_r(unsigned *) __swift_unavailable("Use arc4random instead."); | |
| ^ ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:294:33:/usr/local/include/stdlib.h :note: 227insert '_Nonnull' if the pointer should never be null: | |
| 27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);/usr/local/include/stdlib.h | |
| : ^294 | |
| :41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nullable' if the pointer may be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:227:27: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:294:41: note: insert '_Nonnull' if the pointer should never be null | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);int cgetstr(char *, const char *, char **); | |
| ^ ^ | |
| _Nonnull _Nonnull | |
| /usr/local/include/stdlib.h:294:42: /usr/local/include/stdlib.hwarning: :227/usr/local/include/stdlib.h::333:4657pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| note: insert '_Nullable' if the pointer may be null | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^int cgetstr(char *, const char *, char **); | |
| _Nullable | |
| ^ | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| /usr/local/include/stdlib.h: ^ | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:227:46: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:295:20: _Nonnullwarning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 333int cgetustr(char *, const char *, char **);/usr/local/include/stdlib.h:227:6: | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ | |
| /usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null | |
| 57: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h _Nullable: | |
| 227:6: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:336:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h:295 | |
| _Nullable | |
| :20:/usr/local/include/stdlib.h note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| /usr/local/include/stdlib.h ^: | |
| 227 _Nonnull: | |
| 6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:295:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **);char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath); | |
| ^ ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| /usr/local/include/stdlib.h:295: *seed48(unsigned short[3]);34 | |
| : ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| int cgetustr(char *, const char *, char **); | |
| /usr/local/include/stdlib.h:232:24: note: insert '_Nullable' if the array parameter may be null | |
| *seed48(unsigned short[3]); ^ | |
| ^ | |
| _Nullable | |
| _Nullable/usr/local/include/stdlib.h:232:24: note: insert '_Nonnull' if the array parameter should never be null | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:232:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *seed48(unsigned short[3]); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:232:2: note: insert '_Nullable' if the pointer may be null295:34: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| *seed48(unsigned short[3]); | |
| /usr/local/include/stdlib.h ^: | |
| _Nullable | |
| 295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:232:2: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| *seed48(unsigned short[3]); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:295: | |
| :42: note: insert '_Nullable' if the pointer may be null | |
| 336int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| :20/usr/local/include/stdlib.h:295:42/usr/local/include/stdlib.h:233:24:: note: note: insert '_Nonnull' if the pointer should never be nullinsert '_Nullable' if the pointer may be null | |
| :int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:295:43: int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:233:24: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:233:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nullable' if the pointer may be null | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h:233:45: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:295:43: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetustr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:233:45: note: insert '_Nonnull' if the pointer should never be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:298:6:/usr/local/include/stdlib.h :warning: 235pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| 25: /usr/local/include/stdlib.h:336:20char *devname(dev_t, mode_t);: | |
| ^warning: note: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nonnull' if the pointer should never be null | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h _Nonnull : | |
| 235:25/usr/local/include/stdlib.h:336:64: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :298:6: note: insert '_Nullable' if the pointer may be null | |
| :void setkey(const char *) __DARWIN_ALIAS(setkey);char *devname(dev_t, mode_t); | |
| ^ ^ | |
| _Nullable _Nullable | |
| warning: /usr/local/include/stdlib.h:298/usr/local/include/stdlib.h::6235:: 25note: :insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nonnull' if the pointer should never be nullpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname(dev_t, mode_t); | |
| ^ | |
| _Nonnull void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| void setkey(const char *) __DARWIN_ALIAS(setkey); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:336:64: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:299:37: warning: /usr/local/include/stdlib.h:239:27: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullablechar *setstate(const char *); | |
| ^char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| /usr/local/include/stdlib.h:299/usr/local/include/stdlib.h::37239:: 27note: insert '_Nullable' if the pointer may be null | |
| : note: insert '_Nullable' if the pointer may be null | |
| char *devname_r(dev_t, mode_t, char *buf, int len);char *setstate(const char *); | |
| ^ ^ | |
| _Nullable | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h239:/usr/local/include/stdlib.h27:299:37: : note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:239::/usr/local/include/stdlib.h:299336:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *devname_r(dev_t, mode_t, char *buf, int len);:char *setstate(const char *); | |
| ^ ^ | |
| /usr/local/include/stdlib.h:299:6: /usr/local/include/stdlib.h:239:6note: : note: insert '_Nullable' if the pointer may be nullinsert '_Nullable' if the pointer may be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nullable | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nullable | |
| 64:/usr/local/include/stdlib.h:239:6: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *setstate(const char *); | |
| ^ | |
| _Nonnull | |
| char *devname_r(dev_t, mode_t, char *buf, int len); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:20: warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| 248:26:char *getbsize(int *, long *); | |
| warning: ^pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| note: int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:300:20: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *);/usr/local/include/stdlib.h | |
| : ^248 | |
| : _Nullable26 | |
| : note: insert '_Nullable' if the pointer may be null | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:300:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:248:/usr/local/include/stdlib.h:300:2826:: note: insert '_Nonnull' if the pointer should never be null | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *getbsize(int *, long *); | |
| int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:261:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:300:28: note: insert '_Nonnull' if the pointer should never be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:char *getbsize(int *, long *); | |
| ^ | |
| 261:42: note: insert '_Nullable' if the pointer may be null | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| /usr/local/include/stdlib.h ^: | |
| 300 _Nullable: | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *,6: note: insert '_Nullable' if the pointer may be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h ^ | |
| _Nullable | |
| :261:42: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *getbsize(int *, long *); | |
| ^ | |
| _Nonnull | |
| void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:301:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] | |
| int getloadavg(double [], int); | |
| ^ | |
| /usr/local/include/stdlib.h:266:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h:266:27: note: insert '_Nullable' if the pointer may be null | |
| 301:void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^ | |
| _Nullable | |
| 24:/usr/local/include/stdlib.h:266:27: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nullable' if the array parameter may be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nullablevoid arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
| ^/usr/local/include/stdlib.h | |
| _Nonnull | |
| :337:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:301:24:/usr/local/include/stdlib.h:337:37 :note: insert '_Nonnull' if the array parameter should never be null | |
| int getloadavg(double [], int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:303:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| *getprogname(void); | |
| ^ | |
| /usr/local/include/stdlib.h:280:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h /usr/local/include/stdlib.h::280:28303::2:note: insert '_Nullable' if the pointer may be null | |
| note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:37void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| note: _Nullable | |
| insert '_Nullable' if the pointer may be null | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:280:28: *getprogname(void); | |
| ^ | |
| _Nullable int (* _Nonnull __compar)(void *, const void *, const void *))note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280/usr/local/include/stdlib.h:303:2 | |
| : note: insert '_Nonnull' if the pointer should never be null | |
| : *getprogname(void); | |
| ^ | |
| _Nonnull | |
| 47: warning: /usr/local/include/stdlib.hpointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| 304:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void setprogname(const char *); ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:280:47: note: insert '_Nullable' if the pointer may be null/usr/local/include/stdlib.h | |
| :337:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^/usr/local/include/stdlib.h/usr/local/include/stdlib.h:337 | |
| :51: _Nullable | |
| :304:30: note: insert '_Nullable' if the pointer may be null | |
| void setprogname(const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:304:30: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:280void setprogname(const char *);: | |
| 47: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nonnull | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *))/usr/local/include/stdlib.h | |
| : ^314 | |
| :/usr/local/include/stdlib.h:281:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 20: size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:281:int heapsort(void *__base, size_t __nel, size_t __width,59 | |
| : note: insert '_Nullable' if the pointer may be null | |
| ^ _Nullable | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:337:51: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:337:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h int (* _Nonnull __compar)(void *, const void *, const void *)): | |
| 281:59: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:In file included from 314compile.c::2012:: | |
| In file included from note: ./include/ruby/encoding.hinsert '_Nullable' if the pointer may be null: | |
| 27: | |
| In file included from ./include/ruby/ruby.h:29: | |
| In file included from ./include/ruby/defines.h: size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape)134: | |
| /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| double atof(const char *); _Nonnull | |
| ^ | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| /usr/local/include/stdlib.h:281:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null | |
| double atof(const char *); | |
| ^ | |
| _Nullable | |
| size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| /usr/local/include/stdlib.h ^: | |
| 134:25: note: insert '_Nonnull' if the pointer should never be null | |
| double atof(const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int atoi(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:281:73: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:135:22: note: ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape):314 | |
| :20: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| int heapsort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h:281:73: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:315:43: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:315:43: size_t __width, int (^ _Nonnull __compar)(const void *, const void *) __bsearch_noescape) | |
| note: ^ ^ | |
| _Nonnull | |
| insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:315:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:280:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.hvoid *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| /usr/local/include/stdlib.h:337:65: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nullable | |
| :/usr/local/include/stdlib.h/usr/local/include/stdlib.h:337:65: note: insert '_Nonnull' if the pointer should never be null | |
| :280:6: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(void *, const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| 315void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nullable | |
| :/usr/local/include/stdlib.h:340:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:280/usr/local/include/stdlib.h:6: note: insert '_Nonnull' if the pointer should never be null | |
| void *bsearch_b(const void *__key, const void *__base, size_t __nel, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nullable' if the pointer may be null | |
| 57char *cgetcap(char *, const char *, int);: | |
| ^ | |
| _Nullable | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:286:34: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:286:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullablechar *cgetcap(char *, const char *, int); | |
| ^ | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nullable' if the pointer may be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:286:6: note: insert '_Nonnull' if the pointer should never be null | |
| char *cgetcap(char *, const char *, int); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| /usr/local/include/stdlib.h:288:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h288::19:315 note: :insert '_Nonnull' if the pointer should never be null | |
| 57: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:20: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:317:22int cgetent(char **, char **, const char *);: | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| ^ | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:317:22: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| int heapsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:28: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetent(char **, char **, const char *); | |
| /usr/local/include/stdlib.h ^: | |
| 317:22: note: _Nonnull | |
| insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :288:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :int heapsort_b(void *__base, size_t __nel, size_t __width,int cgetent(char **, char **, const char *); | |
| ^ ^ | |
| _Nonnull | |
| 340/usr/local/include/stdlib.h:318:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:288:29: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| :int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| 20: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:318:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:288:29 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| void qsort_b(void *__base, size_t __nel, size_t __width,: | |
| ^note: | |
| insert '_Nonnull' if the pointer should never be null _Nullable | |
| /usr/local/include/stdlib.hint cgetent(char **, char **, const char *);: | |
| 318 ^: | |
| _Nonnull | |
| /usr/local/include/stdlib.h:288:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:340:20: note: insert '_Nonnull' if the pointer should never be null43int cgetent(char **, char **, const char *);: | |
| ^ | |
| note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h:288:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:288:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| int cgetent(char **, char **, const char *); | |
| ^ | |
| _Nonnull | |
| void qsort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:341:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:289 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| :21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **);/usr/local/include/stdlib.h | |
| ^ | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:318:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| : | |
| /usr/local/include/stdlib.h:318:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:21: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289/usr/local/include/stdlib.h:321:21: warning: :pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| 22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| int cgetfirst(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nullable' if the pointer may be null | |
| int mergesort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:321:21: note: insert '_Nonnull' if the pointer should never be null | |
| int mergesort(void *__base, size_t __nel, size_t __width,341:43: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:289:22: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| int cgetfirst(char **, char **); | |
| ^/usr/local/include/stdlib.h | |
| :322 _Nonnull:43 | |
| : warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h int (* _Nonnull __compar)(const void *, const void *));: | |
| ^ | |
| 289:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:289:30: note: insert '_Nullable' if the pointer may be null | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| _Nonnull ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:/usr/local/include/stdlib.h:322289:57:: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *));30 | |
| ::341 :note: 43insert '_Nonnull' if the pointer should never be null: ^ | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:289:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetfirst(char **, char **); | |
| /usr/local/include/stdlib.h ^:322 | |
| :57: note: insert '_Nullable' if the pointer may be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:289 int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| int (* _Nonnull __compar)(const void *, const void *)); | |
| ^/usr/local/include/stdlib.h:341:31: note: insert '_Nullable' if the pointer may be null | |
| : | |
| _Nullable | |
| int cgetfirst(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:289:31: note: insert '_Nonnull' if the pointer should never be null | |
| :int cgetfirst(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetmatch(const char *, const char *);32257 | |
| ^ | |
| :57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:290: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)27 | |
| : note: : insert '_Nullable' if the pointer may be nullnote: | |
| int cgetmatch(const char *, const char *); | |
| ^insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| /usr/local/include/stdlib.h:290:27 int (* _Nonnull __compar)(const void *, const void *)); | |
| : ^ note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:290:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:341:57 _Nonnullint cgetmatch(const char *, const char *); | |
| ^ | |
| :/usr/local/include/stdlib.h:290: note: insert '_Nullable' if the pointer may be null | |
| 41: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| int cgetmatch(const char *, const char *); | |
| /usr/local/include/stdlib.h ^:341 | |
| :57: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h _Nullable:324 | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:290:/usr/local/include/stdlib.h41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetmatch(const char *, const char *); | |
| ^ | |
| _Nonnull | |
| :23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int mergesort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:324:23::/usr/local/include/stdlib.h :291:34420:: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:291:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| note: 20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *,/usr/local/include/stdlib.hint mergesort_b(void *__base, size_t __nel, size_t __width,: | |
| 291:21: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:324:23 _Nullable | |
| : ^ | |
| note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:291:21: note: insert '_Nonnull' if the pointer should never be null/usr/local/include/stdlib.h | |
| :344:20: note: insert '_Nullable' if the pointer may be nullint cgetnext(char **, char **); | |
| int mergesort_b(void *__base, size_t __nel, size_t __width,void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nonnull | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:325::43291: :warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| /usr/local/include/stdlib.h:325:43: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:4329: note: : warning: insert '_Nonnull' if the pointer should never be null ^ | |
| _Nullable | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:344:20: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h: | |
| 291:29: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **); | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) ^ | |
| ^ _Nullable | |
| _Nonnull | |
| /usr/local/include/stdlib.h:325:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:291:29: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)note: insert '_Nonnull' if the pointer should never be null | |
| ^int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hvoid qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^/usr/local/include/stdlib.h | |
| : _Nonnull 325 | |
| :291:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:344:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :57: note: insert '_Nullable' if the pointer may be null | |
| int cgetnext(char **, char **);void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| ^ | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:325:57: note: insert '_Nonnull' if the pointer should never be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:328:/usr/local/include/stdlib.h18::291 :warning: 30pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]: | |
| void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:328:18int cgetnext(char **, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:344: _Nullablenote: | |
| insert '_Nullable' if the pointer may be null | |
| :void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nullable /usr/local/include/stdlib.h:291:30: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnext(char **, char **); | |
| ^ | |
| _Nonnull | |
| 64: note: insert '_Nullable' if the pointer may be null | |
| void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h:292:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :328:18: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *);void psort(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| _Nonnull | |
| ^ | |
| /usr/local/include/stdlib.h:329:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| /usr/local/include/stdlib.h:329:43:/usr/local/include/stdlib.h:292:19: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| note: /usr/local/include/stdlib.h:292:19: note: insert '_Nonnull' if the pointer should never be null | |
| insert '_Nullable' if the pointer may be nullint cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33 _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)): warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:344:64: note: insert '_Nonnull' if the pointer should never be null | |
| ^ | |
| _Nullable | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| /usr/local/include/stdlib.h:329:43: note: insert '_Nonnull' if the pointer should never be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^/usr/local/include/stdlib.h:292:33: note: insert '_Nullable' if the pointer may be null | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:33:/usr/local/include/stdlib.h: 329:note: 57insert '_Nonnull' if the pointer should never be null: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| int cgetnum(char *, const char *, long *); | |
| ^/usr/local/include/stdlib.h | |
| :329 _Nonnull:57: note: insert '_Nullable' if the pointer may be null | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^/usr/local/include/stdlib.h:292:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetnum(char *, const char *, long *); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h | |
| :292:41:void qsort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| note: insert '_Nullable' if the pointer may be null | |
| _Nonnullint cgetnum(char *, const char *, long *); | |
| /usr/local/include/stdlib.h ^:329:57: | |
| note: insert '_Nonnull' if the pointer should never be null | |
| _Nullable | |
| int (* _Nonnull __compar)(const void *, const void *)) | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h:292:41: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetnum(char *, const char *, long *);/usr/local/include/stdlib.h | |
| :345 ^:37 | |
| : _Nonnullwarning: /usr/local/include/stdlib.h:332:20: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]/usr/local/include/stdlib.h | |
| /usr/local/include/stdlib.h::293:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| int cgetset(const char *); | |
| ^ | |
| /usr/local/include/stdlib.h/usr/local/include/stdlib.h::332293::20: note: insert '_Nullable' if the pointer may be null | |
| 25: note: insert '_Nullable' if the pointer may be null | |
| int cgetset(const char *); | |
| ^ | |
| void psort_b(void *__base, size_t __nel, size_t __width, _Nullable | |
| 345:37: note: | |
| insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:293:25: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetset(const char *);/usr/local/include/stdlib.h:332/usr/local/include/stdlib.h | |
| ^ | |
| _Nonnull | |
| :20: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h:294:void psort_b(void *__base, size_t __nel, size_t __width, | |
| ^ | |
| 19 _Nonnull : | |
| warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| :345:37: note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| int (* _Nonnull __compar)(void *, const void *, const void *));/usr/local/include/stdlib.h:333:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:294:19: note: insert '_Nullable' if the pointer may be null | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| int cgetstr(char *, const char *, char **); ^ | |
| ^ | |
| _Nullable | |
| ^ | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h333:: _Nonnull | |
| 43: 294:19: note: insert '_Nonnull' if the pointer should never be null | |
| note: int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.hinsert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:294:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nullable | |
| :/usr/local/include/stdlib.h:294:33: note: insert '_Nullable' if the pointer may be null | |
| 345:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **);/usr/local/include/stdlib.h | |
| int (* _Nonnull __compar)(void *, const void *, const void *));: | |
| ^ | |
| ^ | |
| _Nullable | |
| 333:43: /usr/local/include/stdlib.hnote: :345insert '_Nonnull' if the pointer should never be null:51: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^ | |
| _Nonnull | |
| :294:33: note: /usr/local/include/stdlib.hinsert '_Nonnull' if the pointer should never be null: | |
| 333:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| /usr/local/include/stdlib.h int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape): | |
| 294 ^:41 int (* _Nonnull __compar)(void *, const void *, const void *));: | |
| ^warning: | |
| _Nullablepointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:333:int cgetstr(char *, const char *, char **); | |
| ^ | |
| 57: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:345:51: note: insert '_Nonnull' if the pointer should never be null | |
| /usr/local/include/stdlib.h: int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)294 | |
| int (* _Nonnull __compar)(void *, const void *, const void *));:41: note: insert '_Nullable' if the pointer may be null | |
| ^ | |
| _Nullable | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| ^/usr/local/include/stdlib.h:333/usr/local/include/stdlib.h::57294::41: note: insert '_Nonnull' if the pointer should never be null | |
| note: insert '_Nonnull' if the pointer should never be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape) | |
| ^/usr/local/include/stdlib.h:294:42: warning: | |
| pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] _Nonnull | |
| _Nonnull | |
| /usr/local/include/stdlib.h:345:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int (* _Nonnull __compar)(void *, const void *, const void *)); | |
| ^ | |
| /usr/local/include/stdlib.h:int cgetstr(char *, const char *, char **); | |
| ^ | |
| /usr/local/include/stdlib.h:336:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| /usr/local/include/stdlib.h:294:42: note: insert '_Nullable' if the pointer may be null | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| 345 ^ | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nullable | |
| :65: note: insert '_Nullable' if the pointer may be null | |
| /usr/local/include/stdlib.h:/usr/local/include/stdlib.h336::29420:42: note: insert '_Nonnull' if the pointer should never be null | |
| : note: insert '_Nullable' if the pointer may be null | |
| int cgetstr(char *, const char *, char **); | |
| ^ | |
| _Nonnull | |
| void psort_r(void *__base, size_t __nel, size_t __width, void *, | |
| ^ | |
| _Nullable | |
| /usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
| int cgetustr(char *, const char *, char **); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment