JustPaste.it

Compiling BTPro OpenTTD client 1.10.1 on Mac Mini 2014 w/ Mac OS 10.15.4

Last login: Fri Apr 17 09:57:05 on console
mark@MMJs-Mac-mini ~ % cd Downloads
mark@MMJs-Mac-mini Downloads % cd openttd-1.10.1
mark@MMJs-Mac-mini openttd-1.10.1 % patch -p1 < BTPro_Client_1.10.1_D_110101.diff
patching file projects/openttd_vs140.vcxproj
patching file projects/openttd_vs140.vcxproj.filters
patching file projects/openttd_vs141.vcxproj
patching file projects/openttd_vs141.vcxproj.filters
patching file projects/openttd_vs142.vcxproj
patching file projects/openttd_vs142.vcxproj.filters
patching file source.list
patching file src/base64.cpp
patching file src/base64.h
patching file src/bridge_gui.cpp
patching file src/build_vehicle_gui.cpp
patching file src/cargo_table_gui.cpp
patching file src/cargo_table_gui.h
patching file src/command.cpp
patching file src/command_type.h
patching file src/commands_token_gui.cpp
patching file src/commands_token_gui.h
patching file src/company_base.h
patching file src/company_cmd.cpp
patching file src/company_func.h
patching file src/crashlog.cpp
patching file src/depot_gui.cpp
patching file src/economy.cpp
patching file src/gfx.cpp
patching file src/gfx_func.h
patching file src/gfxinit.cpp
patching file src/graph_gui.cpp
patching file src/gui.h
patching file src/industry_gui.cpp
patching file src/intro_gui.cpp
patching file src/lang/english.txt
patching file src/main_gui.cpp
patching file src/misc.cpp
patching file src/misc_gui.cpp
patching file src/mixer.cpp
patching file src/network/network.cpp
patching file src/network/network.h
patching file src/network/network_client.cpp
patching file src/network/network_gui.cpp
patching file src/order_cmd.cpp
patching file src/order_gui.cpp
patching file src/rail_cmd.cpp
patching file src/rail_gui.cpp
patching file src/rail_map.h
patching file src/rev.cpp.in
patching file src/road_gui.cpp
patching file src/roadveh_cmd.cpp
patching file src/saveload/town_sl.cpp
patching file src/script/api/game/game_window.hpp.sq
patching file src/script/api/script_window.hpp
patching file src/settings_gui.cpp
patching file src/settings_type.h
patching file src/smallmap_gui.cpp
patching file src/statusbar_gui.cpp
patching file src/table/misc_settings.ini
patching file src/table/settings.ini
patching file src/table/sprites.h
patching file src/terraform_gui.cpp
patching file src/tile_cmd.h
patching file src/tilehighlight_func.h
patching file src/tilehighlight_type.h
patching file src/timetable_cmd.cpp
patching file src/toolbar_gui.cpp
patching file src/town.h
patching file src/town_cmd.cpp
patching file src/town_gui.cpp
patching file src/train_cmd.cpp
patching file src/transparency.h
patching file src/transparency_gui.cpp
patching file src/triphistory.h
patching file src/triphistory_cmd.cpp
patching file src/triphistory_gui.cpp
patching file src/vehicle.cpp
patching file src/vehicle_base.h
patching file src/vehicle_gui.cpp
patching file src/vehicle_gui.h
patching file src/video/sdl_v.cpp
patching file src/video/win32_v.cpp
patching file src/viewport.cpp
patching file src/viewport_func.h
patching file src/viewport_gui.cpp
patching file src/viewport_type.h
patching file src/watch_gui_1.cpp
patching file src/watch_gui_1.h
patching file src/widget.cpp
patching file src/widgets/cargo_table_widget.h
patching file src/widgets/intro_widget.h
patching file src/widgets/network_widget.h
patching file src/widgets/rail_widget.h
patching file src/widgets/road_widget.h
patching file src/widgets/statusbar_widget.h
patching file src/widgets/terraform_widget.h
patching file src/widgets/toolbar_widget.h
patching file src/widgets/town_widget.h
patching file src/widgets/transparency_widget.h
patching file src/widgets/vehicle_widget.h
patching file src/window.cpp
patching file src/window_gui.h
patching file src/window_type.h
patching file src/zoning.h
patching file src/zoning_cmd.cpp
patching file src/zoning_gui.cpp
patching file src/zoom_type.h
mark@MMJs-Mac-mini openttd-1.10.1 % ./configure
checking awk... awk
detecting OS... OSX
checking build system type... x86_64-apple-darwin19.4.0
checking host system type... x86_64-apple-darwin19.4.0
checking universal build... no
checking build cc... gcc
checking host cc... gcc
checking build c++... g++
checking host c++... g++
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
checking host strip... strip
checking builtin depend... yes
checking makedepend... disabled
detecting cpu-type... 64 bits
detecting SSE... found
checking static... no
checking unicode... no
using debug level... no
using desync debug level... no
using link time optimization... no
checking OSX sysroot... no (use system default)
checking Allegro... OSX, skipping
checking SDL... OSX, skipping
checking COCOA... found
checking whether to enable the Quartz window subdriver... yes
checking Quickdraw window subdriver... disabled (64 bits)
checking GDI video driver... not Windows, skipping
checking dedicated... not selected
checking console application... not Windows, skipping
checking squirrel... found
checking translator... no
checking assert... disabled
checking zlib... found
checking liblzma... found
checking lzo2... found
checking Uniscribe text layout... not Windows, skipping
checking libxdg-basedir... not found
checking libpng... not found
checking freetype2... not found
checking libfontconfig... OSX, skipping
checking icu-lx... OSX, skipping
checking icu-i18n... OSX, skipping
checking fluidsynth... not found
checking direct-music... not Windows, skipping
checking xaudio2... not Windows, skipping
checking sort... sort
suppress language errors... no
checking stripping... strip
checking distcc... no (only used when forced)
checking ccache... no (only used when forced)
checking grfcodec... not found
checking nforenum... not found
In file included from /Users/mark/Downloads/openttd-1.10.1/src/os/macosx/G5_detector.cpp:14:
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 /Users/mark/Downloads/openttd-1.10.1/src/os/macosx/G5_detector.cpp:14:
/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:386: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:386:41: note: insert '_Nullable' if the pointer may
be null
int (* _Nullable)(void *, const char *, int),
^
_Nullable
/usr/local/include/stdio.h:386:41: note: insert '_Nonnull' if the pointer should
never be null
int (* _Nullable)(void *, const char *, int),
^
_Nonnull
/usr/local/include/stdio.h:386: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:386:55: note: insert '_Nullable' if the pointer may
be null
int (* _Nullable)(void *, const char *, int),
^
_Nullable
/usr/local/include/stdio.h:386:55: note: insert '_Nonnull' if the pointer should
never be null
int (* _Nullable)(void *, const char *, int),
^
_Nonnull
/usr/local/include/stdio.h:387: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:387:44: note: insert '_Nullable' if the pointer may
be null
fpos_t (* _Nullable)(void *, fpos_t, int),
^
_Nullable
/usr/local/include/stdio.h:387:44: note: insert '_Nonnull' if the pointer should
never be null
fpos_t (* _Nullable)(void *, fpos_t, int),
^
_Nonnull
/usr/local/include/stdio.h:388:41: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int (* _Nullable)(void *));
^
/usr/local/include/stdio.h:388:41: note: insert '_Nullable' if the pointer may
be null
int (* _Nullable)(void *));
^
_Nullable
/usr/local/include/stdio.h:388:41: note: insert '_Nonnull' if the pointer should
never be null
int (* _Nullable)(void *));
^
_Nonnull
/usr/local/include/stdio.h:384: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:384:6: note: insert '_Nullable' if the pointer may be
null
FILE *funopen(const void *,
^
_Nullable
/usr/local/include/stdio.h:384:6: note: insert '_Nonnull' if the pointer should
never be null
FILE *funopen(const void *,
^
_Nonnull
13 warnings generated.
detecting ppc970 (G5)... no
checking revision... source tarball
checking iconv... found
checking if iconv has non-const inbuf... yes
checking whether to link to iconv... yes
personal home directory... Documents/OpenTTD
shared data directory... /Library/Application\ Support/OpenTTD
installation directory... /
icon theme directory... none
manual page directory... share/man/man6
menu item directory... none
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
using CFLAGS_BUILD... -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-c++11-extensions -Wno-parentheses -Wno-sign-compare -Wno-unused-variable -DOSX -D_FORTIFY_SOURCE=2 -O1 -DNDEBUG
using CXXFLAGS_BUILD... -std=c++11
using LDFLAGS_BUILD... -rdynamic
using CFLAGS... -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-c++11-extensions -Wno-parentheses -Wno-sign-compare -Wno-unused-variable -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LIBLZMA -I/usr/local/Cellar/xz/5.2.5/include -DWITH_LZO -D_SQ64 -I/Users/mark/Downloads/openttd-1.10.1/src/3rdparty/squirrel/include -DWITH_ICONV -DNDEBUG -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\"Documents/OpenTTD\" -DWITH_SHARED_DIR -DSHARED_DIR=\"/Library/Application\ Support/OpenTTD\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\"
using CXXFLAGS... -std=c++11
using LDFLAGS... -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.5/lib -llzma -llzo2 -liconv -rdynamic -framework Cocoa
Generating Makefile...
Generating lang/Makefile...
Generating setting/Makefile...
Generating grf/Makefile...
Generating objs/Makefile...
mark@MMJs-Mac-mini openttd-1.10.1 % make -j 4
[LANG] Compiling core/alloc_func.cpp
[LANG] Compiling string.cpp
[LANG] Compiling strgen/strgen_base.cpp
[LANG] Compiling strgen/strgen.cpp
[LANG] Compiling getoptdata.cpp
[LANG] Compiling and Linking strgen
[LANG] Generating table/strings.h
[LANG] Compiling language afrikaans
[LANG] Compiling language arabic_egypt
[LANG] Compiling language basque
[LANG] Compiling language belarusian
[LANG] Compiling language brazilian_portuguese
[LANG] Compiling language bulgarian
[LANG] Compiling language catalan
[LANG] Compiling language croatian
[LANG] Compiling language czech
[LANG] Compiling language danish
[LANG] Compiling language dutch
[LANG] Compiling language english
[LANG] Compiling language english_AU
[LANG] Compiling language english_US
[LANG] Compiling language esperanto
[LANG] Compiling language estonian
[LANG] Compiling language faroese
[LANG] Compiling language finnish
[LANG] Compiling language french
[LANG] Compiling language gaelic
[LANG] Compiling language galician
[LANG] Compiling language german
[LANG] Compiling language greek
[LANG] Compiling language hebrew
[LANG] Compiling language hungarian
[LANG] Compiling language icelandic
[LANG] Compiling language indonesian
[LANG] Compiling language irish
[LANG] Compiling language italian
[LANG] Compiling language japanese
[LANG] Compiling language korean
[LANG] Compiling language latin
[LANG] Compiling language latvian
[LANG] Compiling language lithuanian
[LANG] Compiling language luxembourgish
[LANG] Compiling language malay
[LANG] Compiling language norwegian_bokmal
[LANG] Compiling language norwegian_nynorsk
[LANG] Compiling language polish
[LANG] Compiling language portuguese
[LANG] Compiling language romanian
[LANG] Compiling language russian
[LANG] Compiling language serbian
[LANG] Compiling language simplified_chinese
[LANG] Compiling language slovak
[LANG] Compiling language slovenian
[LANG] Compiling language spanish
[LANG] Compiling language spanish_MX
[LANG] Compiling language swedish
[LANG] Compiling language tamil
[LANG] Compiling language thai
[LANG] Compiling language traditional_chinese
[LANG] Compiling language turkish
[LANG] Compiling language ukrainian
[LANG] Compiling language vietnamese
[LANG] Compiling language welsh
[SETTING] Compiling core/alloc_func.cpp
[SETTING] Compiling string.cpp
[SETTING] Compiling ini_load.cpp
[SETTING] Compiling settingsgen/settingsgen.cpp
[SETTING] Compiling getoptdata.cpp
[SETTING] Compiling and Linking settings_gen
[SETTING] Generating table/settings.h
[BASESET] Collecting baseset translations
[BASESET] Updating orig_dos.obg
[BASESET] Updating orig_dos_de.obg
[BASESET] Updating orig_win.obg
[BASESET] Updating orig_dos.obs
[BASESET] Updating orig_win.obs
[BASESET] Updating no_sound.obs
[BASESET] Updating orig_dos.obm
[BASESET] Updating orig_win.obm
[BASESET] Updating no_music.obm
[BASESET] Updating orig_tto.obm
[SRC] Compiling and linking depend
In file included from /Users/mark/Downloads/openttd-1.10.1/src/depend/depend.cpp:21:
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 /Users/mark/Downloads/openttd-1.10.1/src/depend/depend.cpp:21:
/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:386: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:386:41: note: insert '_Nullable' if the pointer may
be null
int (* _Nullable)(void *, const char *, int),
^
_Nullable
/usr/local/include/stdio.h:386:41: note: insert '_Nonnull' if the pointer should
never be null
int (* _Nullable)(void *, const char *, int),
^
_Nonnull
/usr/local/include/stdio.h:386: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:386:55: note: insert '_Nullable' if the pointer may
be null
int (* _Nullable)(void *, const char *, int),
^
_Nullable
/usr/local/include/stdio.h:386:55: note: insert '_Nonnull' if the pointer should
never be null
int (* _Nullable)(void *, const char *, int),
^
_Nonnull
/usr/local/include/stdio.h:387: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:387:44: note: insert '_Nullable' if the pointer may
be null
fpos_t (* _Nullable)(void *, fpos_t, int),
^
_Nullable
/usr/local/include/stdio.h:387:44: note: insert '_Nonnull' if the pointer should
never be null
fpos_t (* _Nullable)(void *, fpos_t, int),
^
_Nonnull
/usr/local/include/stdio.h:388:41: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int (* _Nullable)(void *));
^
/usr/local/include/stdio.h:388:41: note: insert '_Nullable' if the pointer may
be null
int (* _Nullable)(void *));
^
_Nullable
/usr/local/include/stdio.h:388:41: note: insert '_Nonnull' if the pointer should
never be null
int (* _Nullable)(void *));
^
_Nonnull
/usr/local/include/stdio.h:384: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:384:6: note: insert '_Nullable' if the pointer may be
null
FILE *funopen(const void *,
^
_Nullable
/usr/local/include/stdio.h:384:6: note: insert '_Nonnull' if the pointer should
never be null
FILE *funopen(const void *,
^
_Nonnull
In file included from /Users/mark/Downloads/openttd-1.10.1/src/depend/depend.cpp:22:
/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
...__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
...__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:190: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:190:24: note: insert '_Nullable' if the pointer may
be null
int system(const char *) __DARWIN_ALIAS_C(system);
^
_Nullable
/usr/local/include/stdlib.h:190: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:194: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:194: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:194: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:194: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:194: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:194: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:195: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:18: note: insert '_Nullable' if the pointer may
be null
int wctomb(char *, wchar_t);
^
_Nullable
/usr/local/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer
should never be null
int wctomb(char *, wchar_t);
^
_Nonnull
/usr/local/include/stdlib.h:199: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:199:23: note: insert '_Nullable' if the pointer may
be null
long a64l(const char *);
^
_Nullable
/usr/local/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer
should never be null
long a64l(const char *);
^
_Nonnull
/usr/local/include/stdlib.h:201: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:201: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:201: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:201: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:201: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:201: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:201: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:201: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:201: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:202: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:202:31: note: insert '_Nullable' if the array
parameter may be null
double erand48(unsigned short[3]);
^
_Nullable
/usr/local/include/stdlib.h:202:31: note: insert '_Nonnull' if the array
parameter should never be null
double erand48(unsigned short[3]);
^
_Nonnull
/usr/local/include/stdlib.h:203: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:203: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:203: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:203: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:203: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:203: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:203: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:203: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:203: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:204: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:204:30: note: insert '_Nullable' if the pointer may
be null
char *gcvt(double, int, char *); /* LEGACY */
^
_Nullable
/usr/local/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer
should never be null
char *gcvt(double, int, char *); /* LEGACY */
^
_Nonnull
/usr/local/include/stdlib.h:204: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:204:6: note: insert '_Nullable' if the pointer may
be null
char *gcvt(double, int, char *); /* LEGACY */
^
_Nullable
/usr/local/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should
never be null
char *gcvt(double, int, char *); /* LEGACY */
^
_Nonnull
/usr/local/include/stdlib.h:205: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:205:21: note: insert '_Nullable' if the pointer may
be null
int getsubopt(char **, char * const *, char **);
^
_Nullable
/usr/local/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer
should never be null
int getsubopt(char **, char * const *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:205: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:205:22: note: insert '_Nullable' if the pointer may
be null
int getsubopt(char **, char * const *, char **);
^
_Nullable
/usr/local/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer
should never be null
int getsubopt(char **, char * const *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:205: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:205:30: note: insert '_Nullable' if the pointer may
be null
int getsubopt(char **, char * const *, char **);
^
_Nullable
/usr/local/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer
should never be null
int getsubopt(char **, char * const *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:205: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:205:38: note: insert '_Nullable' if the pointer may
be null
int getsubopt(char **, char * const *, char **);
^
_Nullable
/usr/local/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer
should never be null
int getsubopt(char **, char * const *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:205: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:205:46: note: insert '_Nullable' if the pointer may
be null
int getsubopt(char **, char * const *, char **);
^
_Nullable
/usr/local/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer
should never be null
int getsubopt(char **, char * const *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:205: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:205:47: note: insert '_Nullable' if the pointer may
be null
int getsubopt(char **, char * const *, char **);
^
_Nullable
/usr/local/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer
should never be null
int getsubopt(char **, char * const *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:208: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:208: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:208: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:208: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:208: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:208: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:212: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 ...
^
/usr/local/include/stdlib.h:212:29: note: insert '_Nullable' if the array
parameter may be null
long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random ...
^
_Nullable
/usr/local/include/stdlib.h:212:29: note: insert '_Nonnull' if the array
parameter should never be null
long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random ...
^
_Nonnull
/usr/local/include/stdlib.h:213:6: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *l64a(long);
^
/usr/local/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may
be null
char *l64a(long);
^
_Nullable
/usr/local/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should
never be null
char *l64a(long);
^
_Nonnull
/usr/local/include/stdlib.h:214: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:214:29: note: insert '_Nullable' if the array
parameter may be null
void lcong48(unsigned short[7]);
^
_Nullable
/usr/local/include/stdlib.h:214:29: note: insert '_Nonnull' if the array
parameter should never be null
void lcong48(unsigned short[7]);
^
_Nonnull
/usr/local/include/stdlib.h:216:19: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *mktemp(char *);
^
/usr/local/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may
be null
char *mktemp(char *);
^
_Nullable
/usr/local/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer
should never be null
char *mktemp(char *);
^
_Nonnull
/usr/local/include/stdlib.h:216:6: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *mktemp(char *);
^
/usr/local/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may
be null
char *mktemp(char *);
^
_Nullable
/usr/local/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should
never be null
char *mktemp(char *);
^
_Nonnull
/usr/local/include/stdlib.h:217:19: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int mkstemp(char *);
^
/usr/local/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may
be null
int mkstemp(char *);
^
_Nullable
/usr/local/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer
should never be null
int mkstemp(char *);
^
_Nonnull
/usr/local/include/stdlib.h:219: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 ...
^
/usr/local/include/stdlib.h:219:29: note: insert '_Nullable' if the array
parameter may be null
long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random ...
^
_Nullable
/usr/local/include/stdlib.h:219:29: note: insert '_Nonnull' if the array
parameter should never be null
long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random ...
^
_Nonnull
/usr/local/include/stdlib.h:221:6: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *ptsname(int);
^
/usr/local/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may
be null
char *ptsname(int);
^
_Nullable
/usr/local/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should
never be null
char *ptsname(int);
^
_Nonnull
/usr/local/include/stdlib.h:224: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(m...
^
/usr/local/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may
be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(m...
^
_Nullable
/usr/local/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer
should never be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(m...
^
_Nonnull
/usr/local/include/stdlib.h:227: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:227:18: note: insert '_Nullable' if the pointer may
be null
int putenv(char *) __DARWIN_ALIAS(putenv);
^
_Nullable
/usr/local/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer
should never be null
int putenv(char *) __DARWIN_ALIAS(putenv);
^
_Nonnull
/usr/local/include/stdlib.h:229: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:229: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:229: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:231:27: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
/usr/local/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may
be null
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
_Nullable
/usr/local/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer
should never be null
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
_Nonnull
/usr/local/include/stdlib.h:231:46: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
/usr/local/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may
be null
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
_Nullable
/usr/local/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer
should never be null
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
_Nonnull
/usr/local/include/stdlib.h:231:6: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
/usr/local/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may
be null
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
_Nullable
/usr/local/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should
never be null
char *realpath(const char * __restrict, char * __restrict) __DARWIN_E...
^
_Nonnull
/usr/local/include/stdlib.h:236: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:236:24: note: insert '_Nullable' if the array
parameter may be null
*seed48(unsigned short[3]);
^
_Nullable
/usr/local/include/stdlib.h:236:24: note: insert '_Nonnull' if the array
parameter should never be null
*seed48(unsigned short[3]);
^
_Nonnull
/usr/local/include/stdlib.h:236: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:236:2: note: insert '_Nullable' if the pointer may
be null
*seed48(unsigned short[3]);
^
_Nullable
/usr/local/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should
never be null
*seed48(unsigned short[3]);
^
_Nonnull
/usr/local/include/stdlib.h:237: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 __overwri...
^
/usr/local/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may
be null
int setenv(const char * __name, const char * __value, int __overwri...
^
_Nullable
/usr/local/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer
should never be null
int setenv(const char * __name, const char * __value, int __overwri...
^
_Nonnull
/usr/local/include/stdlib.h:237: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 __overwri...
^
/usr/local/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may
be null
int setenv(const char * __name, const char * __value, int __overwri...
^
_Nullable
/usr/local/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer
should never be null
int setenv(const char * __name, const char * __value, int __overwri...
^
_Nonnull
/usr/local/include/stdlib.h:239: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:239:25: note: insert '_Nullable' if the pointer may
be null
void setkey(const char *) __DARWIN_ALIAS(setkey);
^
_Nullable
/usr/local/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer
should never be null
void setkey(const char *) __DARWIN_ALIAS(setkey);
^
_Nonnull
/usr/local/include/stdlib.h:243: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:243:27: note: insert '_Nullable' if the pointer may
be null
char *setstate(const char *);
^
_Nullable
/usr/local/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer
should never be null
char *setstate(const char *);
^
_Nonnull
/usr/local/include/stdlib.h:243: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:243:6: note: insert '_Nullable' if the pointer may
be null
char *setstate(const char *);
^
_Nullable
/usr/local/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should
never be null
char *setstate(const char *);
^
_Nonnull
/usr/local/include/stdlib.h:252: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:252:26: note: insert '_Nullable' if the pointer may
be null
int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
^
_Nullable
/usr/local/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer
should never be null
int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
^
_Nonnull
/usr/local/include/stdlib.h:265: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:265:42: note: insert '_Nullable' if the pointer may
be null
void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
^
_Nullable
/usr/local/include/stdlib.h:265: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:270: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_S...
^
/usr/local/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may
be null
void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_S...
^
_Nullable
/usr/local/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer
should never be null
void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_S...
^
_Nonnull
/usr/local/include/stdlib.h:276: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:276: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:276: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:276: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:276: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:276: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:277: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:277: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:277: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:277:73: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
...__width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AV...
^
/usr/local/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may
be null
...int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_S...
^
_Nullable
/usr/local/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer
should never be null
...int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_S...
^
_Nonnull
/usr/local/include/stdlib.h:276: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:276: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:276: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:281: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:281:20: note: insert '_Nullable' if the pointer may
be null
char *cgetcap(char *, const char *, int);
^
_Nullable
/usr/local/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer
should never be null
char *cgetcap(char *, const char *, int);
^
_Nonnull
/usr/local/include/stdlib.h:281: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:281:34: note: insert '_Nullable' if the pointer may
be null
char *cgetcap(char *, const char *, int);
^
_Nullable
/usr/local/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer
should never be null
char *cgetcap(char *, const char *, int);
^
_Nonnull
/usr/local/include/stdlib.h:281: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:281:6: note: insert '_Nullable' if the pointer may
be null
char *cgetcap(char *, const char *, int);
^
_Nullable
/usr/local/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should
never be null
char *cgetcap(char *, const char *, int);
^
_Nonnull
/usr/local/include/stdlib.h:283: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:283:19: note: insert '_Nullable' if the pointer may
be null
int cgetent(char **, char **, const char *);
^
_Nullable
/usr/local/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer
should never be null
int cgetent(char **, char **, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:283: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:283:20: note: insert '_Nullable' if the pointer may
be null
int cgetent(char **, char **, const char *);
^
_Nullable
/usr/local/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer
should never be null
int cgetent(char **, char **, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:283: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:283:28: note: insert '_Nullable' if the pointer may
be null
int cgetent(char **, char **, const char *);
^
_Nullable
/usr/local/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer
should never be null
int cgetent(char **, char **, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:283: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:283:29: note: insert '_Nullable' if the pointer may
be null
int cgetent(char **, char **, const char *);
^
_Nullable
/usr/local/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer
should never be null
int cgetent(char **, char **, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:283: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:283:43: note: insert '_Nullable' if the pointer may
be null
int cgetent(char **, char **, const char *);
^
_Nullable
/usr/local/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer
should never be null
int cgetent(char **, char **, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:284: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:284:21: note: insert '_Nullable' if the pointer may
be null
int cgetfirst(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer
should never be null
int cgetfirst(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:284: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:284:22: note: insert '_Nullable' if the pointer may
be null
int cgetfirst(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer
should never be null
int cgetfirst(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:284: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:284:30: note: insert '_Nullable' if the pointer may
be null
int cgetfirst(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer
should never be null
int cgetfirst(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:284: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:284:31: note: insert '_Nullable' if the pointer may
be null
int cgetfirst(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer
should never be null
int cgetfirst(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:285: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:285:27: note: insert '_Nullable' if the pointer may
be null
int cgetmatch(const char *, const char *);
^
_Nullable
/usr/local/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer
should never be null
int cgetmatch(const char *, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:285: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:285:41: note: insert '_Nullable' if the pointer may
be null
int cgetmatch(const char *, const char *);
^
_Nullable
/usr/local/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer
should never be null
int cgetmatch(const char *, const char *);
^
_Nonnull
/usr/local/include/stdlib.h:286: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:286:20: note: insert '_Nullable' if the pointer may
be null
int cgetnext(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer
should never be null
int cgetnext(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:286: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:286:21: note: insert '_Nullable' if the pointer may
be null
int cgetnext(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer
should never be null
int cgetnext(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:286: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:286:29: note: insert '_Nullable' if the pointer may
be null
int cgetnext(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer
should never be null
int cgetnext(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:286: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:286:30: note: insert '_Nullable' if the pointer may
be null
int cgetnext(char **, char **);
^
_Nullable
/usr/local/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer
should never be null
int cgetnext(char **, char **);
^
_Nonnull
/usr/local/include/stdlib.h:287: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:287:19: note: insert '_Nullable' if the pointer may
be null
int cgetnum(char *, const char *, long *);
^
_Nullable
/usr/local/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer
should never be null
int cgetnum(char *, const char *, long *);
^
_Nonnull
/usr/local/include/stdlib.h:287: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:287:33: note: insert '_Nullable' if the pointer may
be null
int cgetnum(char *, const char *, long *);
^
_Nullable
/usr/local/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer
should never be null
int cgetnum(char *, const char *, long *);
^
_Nonnull
/usr/local/include/stdlib.h:287: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:287:41: note: insert '_Nullable' if the pointer may
be null
int cgetnum(char *, const char *, long *);
^
_Nullable
/usr/local/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer
should never be null
int cgetnum(char *, const char *, long *);
^
_Nonnull
/usr/local/include/stdlib.h:288: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:288:25: note: insert '_Nullable' if the pointer may
be null
int cgetset(const char *);
^
_Nullable
/usr/local/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer
should never be null
int cgetset(const char *);
^
_Nonnull
/usr/local/include/stdlib.h:289: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:289:19: note: insert '_Nullable' if the pointer may
be null
int cgetstr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer
should never be null
int cgetstr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:289: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:289:33: note: insert '_Nullable' if the pointer may
be null
int cgetstr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer
should never be null
int cgetstr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:289: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:289:41: note: insert '_Nullable' if the pointer may
be null
int cgetstr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer
should never be null
int cgetstr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:289: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:289:42: note: insert '_Nullable' if the pointer may
be null
int cgetstr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer
should never be null
int cgetstr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:290: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:290:20: note: insert '_Nullable' if the pointer may
be null
int cgetustr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer
should never be null
int cgetustr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:290: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:290:34: note: insert '_Nullable' if the pointer may
be null
int cgetustr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer
should never be null
int cgetustr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:290: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:290:42: note: insert '_Nullable' if the pointer may
be null
int cgetustr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer
should never be null
int cgetustr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:290: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:290:43: note: insert '_Nullable' if the pointer may
be null
int cgetustr(char *, const char *, char **);
^
_Nullable
/usr/local/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer
should never be null
int cgetustr(char *, const char *, char **);
^
_Nonnull
/usr/local/include/stdlib.h:293: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:293:6: note: insert '_Nullable' if the pointer may
be null
char *devname(dev_t, mode_t);
^
_Nullable
/usr/local/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should
never be null
char *devname(dev_t, mode_t);
^
_Nonnull
/usr/local/include/stdlib.h:294: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:294: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:294: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:294: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:294: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:294: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:295: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:295:20: note: insert '_Nullable' if the pointer may
be null
char *getbsize(int *, long *);
^
_Nullable
/usr/local/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer
should never be null
char *getbsize(int *, long *);
^
_Nonnull
/usr/local/include/stdlib.h:295: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:295:28: note: insert '_Nullable' if the pointer may
be null
char *getbsize(int *, long *);
^
_Nullable
/usr/local/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer
should never be null
char *getbsize(int *, long *);
^
_Nonnull
/usr/local/include/stdlib.h:295: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:295:6: note: insert '_Nullable' if the pointer may
be null
char *getbsize(int *, long *);
^
_Nullable
/usr/local/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should
never be null
char *getbsize(int *, long *);
^
_Nonnull
/usr/local/include/stdlib.h:296: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:296:24: note: insert '_Nullable' if the array
parameter may be null
int getloadavg(double [], int);
^
_Nullable
/usr/local/include/stdlib.h:296:24: note: insert '_Nonnull' if the array
parameter should never be null
int getloadavg(double [], int);
^
_Nonnull
/usr/local/include/stdlib.h:298:2: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
*getprogname(void);
^
/usr/local/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may
be null
*getprogname(void);
^
_Nullable
/usr/local/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should
never be null
*getprogname(void);
^
_Nonnull
/usr/local/include/stdlib.h:299: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:299:30: note: insert '_Nullable' if the pointer may
be null
void setprogname(const char *);
^
_Nullable
/usr/local/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer
should never be null
void setprogname(const char *);
^
_Nonnull
/usr/local/include/stdlib.h:309: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:309: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:309: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:310: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:310:43: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer
should never be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nonnull
/usr/local/include/stdlib.h:310: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:310:57: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer
should never be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nonnull
/usr/local/include/stdlib.h:312: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:312: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:312: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:313:43: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
/usr/local/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may
be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nullable
/usr/local/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer
should never be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nonnull
/usr/local/include/stdlib.h:313: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:313: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:313: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:316: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:316: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:316: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:317: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:317:43: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer
should never be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nonnull
/usr/local/include/stdlib.h:317: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:317:57: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer
should never be null
int (* _Nonnull __compar)(const void *, const void *));
^
_Nonnull
/usr/local/include/stdlib.h:319: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:319: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:319: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:320:43: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
/usr/local/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may
be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nullable
/usr/local/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer
should never be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nonnull
/usr/local/include/stdlib.h:320: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:320: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:320: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:323: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:323: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:323: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:324: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:324:43: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(const void *, const void *))
^
_Nullable
/usr/local/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer
should never be null
int (* _Nonnull __compar)(const void *, const void *))
^
_Nonnull
/usr/local/include/stdlib.h:324: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:324:57: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(const void *, const void *))
^
_Nullable
/usr/local/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer
should never be null
int (* _Nonnull __compar)(const void *, const void *))
^
_Nonnull
/usr/local/include/stdlib.h:327: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:327: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:327: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:328:43: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
/usr/local/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may
be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nullable
/usr/local/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer
should never be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nonnull
/usr/local/include/stdlib.h:328: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:328: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:328: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:331: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:331: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:331: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:331: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:331: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:331: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:332: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:332:37: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(void *, const void *, const void *))
^
_Nullable
/usr/local/include/stdlib.h:332: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:332: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:332:51: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(void *, const void *, const void *))
^
_Nullable
/usr/local/include/stdlib.h:332: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:332: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:332:65: note: insert '_Nullable' if the pointer may
be null
...int (* _Nonnull __compar)(void *, const void *, const void *))
^
_Nullable
/usr/local/include/stdlib.h:332: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:335: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:335: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:335: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:336:43: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
/usr/local/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may
be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nullable
/usr/local/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer
should never be null
int (^ _Nonnull __compar)(const void *, const void *) __sort...
^
_Nonnull
/usr/local/include/stdlib.h:336: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:336: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:336: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:339: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:339: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:339: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:339: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:339: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:339: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:340: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:340:37: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(void *, const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:340: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:340: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:340:51: note: insert '_Nullable' if the pointer may
be null
int (* _Nonnull __compar)(void *, const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:340: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:340: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:340:65: note: insert '_Nullable' if the pointer may
be null
...int (* _Nonnull __compar)(void *, const void *, const void *));
^
_Nullable
/usr/local/include/stdlib.h:340: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:341: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 unsign...
^
/usr/local/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may
be null
int radixsort(const unsigned char **__base, int __nel, const unsign...
^
_Nullable
/usr/local/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer
should never be null
int radixsort(const unsigned char **__base, int __nel, const unsign...
^
_Nonnull
/usr/local/include/stdlib.h:341: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 unsign...
^
/usr/local/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may
be null
int radixsort(const unsigned char **__base, int __nel, const unsign...
^
_Nullable
/usr/local/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer
should never be null
int radixsort(const unsigned char **__base, int __nel, const unsign...
^
_Nonnull
/usr/local/include/stdlib.h:341:77: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
...unsigned char **__base, int __nel, const unsigned char *__table,
^
/usr/local/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may
be null
...unsigned char **__base, int __nel, const unsigned char *__table,
^
_Nullable
/usr/local/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer
should never be null
...unsigned char **__base, int __nel, const unsigned char *__table,
^
_Nonnull
/usr/local/include/stdlib.h:343: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:343:24: note: insert '_Nullable' if the pointer may
be null
int rpmatch(const char *)
^
_Nullable
/usr/local/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer
should never be null
int rpmatch(const char *)
^
_Nonnull
/usr/local/include/stdlib.h:345: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 unsig...
^
/usr/local/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may
be null
int sradixsort(const unsigned char **__base, int __nel, const unsig...
^
_Nullable
/usr/local/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer
should never be null
int sradixsort(const unsigned char **__base, int __nel, const unsig...
^
_Nonnull
/usr/local/include/stdlib.h:345: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 unsig...
^
/usr/local/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may
be null
int sradixsort(const unsigned char **__base, int __nel, const unsig...
^
_Nullable
/usr/local/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer
should never be null
int sradixsort(const unsigned char **__base, int __nel, const unsig...
^
_Nonnull
/usr/local/include/stdlib.h:345:78: warning: pointer is missing a nullability
type specifier (_Nonnull, _Nullable, or _Null_unspecified)
[-Wnullability-completeness]
...unsigned char **__base, int __nel, const unsigned char *__table,
^
/usr/local/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may
be null
...unsigned char **__base, int __nel, const unsigned char *__table,
^
_Nullable
/usr/local/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer
should never be null
...unsigned char **__base, int __nel, const unsigned char *__table,
^
_Nonnull
/usr/local/include/stdlib.h:349: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:349: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:349: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:349: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:349: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:349: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:352: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:352:21: note: insert '_Nullable' if the pointer may
be null
strtoq(const char *__str, char **__endptr, int __base);
^
_Nullable
/usr/local/include/stdlib.h:352: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:352: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:352:34: note: insert '_Nullable' if the pointer may
be null
strtoq(const char *__str, char **__endptr, int __base);
^
_Nullable
/usr/local/include/stdlib.h:352: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:352: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:352:35: note: insert '_Nullable' if the pointer may
be null
strtoq(const char *__str, char **__endptr, int __base);
^
_Nullable
/usr/local/include/stdlib.h:352: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:354: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:354:22: note: insert '_Nullable' if the pointer may
be null
strtouq(const char *__str, char **__endptr, int __base);
^
_Nullable
/usr/local/include/stdlib.h:354: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:354: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:354:35: note: insert '_Nullable' if the pointer may
be null
strtouq(const char *__str, char **__endptr, int __base);
^
_Nullable
/usr/local/include/stdlib.h:354: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:354: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:354:36: note: insert '_Nullable' if the pointer may
be null
strtouq(const char *__str, char **__endptr, int __base);
^
_Nullable
/usr/local/include/stdlib.h:354: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:356: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:356:13: note: insert '_Nullable' if the pointer may
be null
extern char *suboptarg; /* getsubopt(3) external variable */
^
_Nullable
/usr/local/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer
should never be null
extern char *suboptarg; /* getsubopt(3) external variable */
^
_Nonnull
190 warnings generated.
[SRC] DEP CHECK (all files)
[SRC] Compiling 3rdparty/md5/md5.cpp
[SRC] Compiling 3rdparty/squirrel/sqstdlib/sqstdaux.cpp
[SRC] Compiling 3rdparty/squirrel/sqstdlib/sqstdmath.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqapi.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqbaselib.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqclass.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqcompiler.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqdebug.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqfuncstate.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqlexer.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqmem.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqobject.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqstate.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqtable.cpp
[SRC] Compiling 3rdparty/squirrel/squirrel/sqvm.cpp
[SRC] Compiling ai/ai_config.cpp
[SRC] Compiling ai/ai_core.cpp
[SRC] Compiling ai/ai_gui.cpp
[SRC] Compiling ai/ai_info.cpp
[SRC] Compiling ai/ai_instance.cpp
[SRC] Compiling ai/ai_scanner.cpp
[SRC] Compiling aircraft_cmd.cpp
[SRC] Compiling aircraft_gui.cpp
[SRC] Compiling airport.cpp
[SRC] Compiling airport_gui.cpp
[SRC] Compiling animated_tile.cpp
[SRC] Compiling articulated_vehicles.cpp
[SRC] Compiling autoreplace.cpp
[SRC] Compiling autoreplace_cmd.cpp
[SRC] Compiling autoreplace_gui.cpp
[SRC] Compiling base64.cpp
[SRC] Compiling base_consist.cpp
[SRC] Compiling blitter/32bpp_anim.cpp
[SRC] Compiling blitter/32bpp_anim_sse2.cpp
[SRC] Compiling blitter/32bpp_anim_sse4.cpp
[SRC] Compiling blitter/32bpp_base.cpp
[SRC] Compiling blitter/32bpp_optimized.cpp
[SRC] Compiling blitter/32bpp_simple.cpp
[SRC] Compiling blitter/32bpp_sse2.cpp
[SRC] Compiling blitter/32bpp_sse4.cpp
[SRC] Compiling blitter/32bpp_ssse3.cpp
[SRC] Compiling blitter/8bpp_base.cpp
[SRC] Compiling blitter/8bpp_optimized.cpp
[SRC] Compiling blitter/8bpp_simple.cpp
[SRC] Compiling blitter/null.cpp
[SRC] Compiling bmp.cpp
[SRC] Compiling bootstrap_gui.cpp
[SRC] Compiling bridge_gui.cpp
[SRC] Compiling bridge_map.cpp
[SRC] Compiling build_vehicle_gui.cpp
[SRC] Compiling cargo_table_gui.cpp
[SRC] Compiling cargoaction.cpp
/Users/mark/Downloads/openttd-1.10.1/src/build_vehicle_gui.cpp:1643:21: warning:
'OnHotkey' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual EventState OnHotkey(int hotkey)
^
/Users/mark/Downloads/openttd-1.10.1/src/widgets/../window_gui.h:606:21: note:
overridden virtual function is here
virtual EventState OnHotkey(int hotkey);
^
[SRC] Compiling cargomonitor.cpp
[SRC] Compiling cargopacket.cpp
1 warning generated.
[SRC] Compiling cargotype.cpp
[SRC] Compiling cheat.cpp
[SRC] Compiling cheat_gui.cpp
[SRC] Compiling clear_cmd.cpp
[SRC] Compiling command.cpp
[SRC] Compiling commands_token_gui.cpp
[SRC] Compiling company_cmd.cpp
[SRC] Compiling company_gui.cpp
[SRC] Compiling console.cpp
[SRC] Compiling console_cmds.cpp
[SRC] Compiling console_gui.cpp
[SRC] Compiling core/alloc_func.cpp
[SRC] Compiling core/bitmath_func.cpp
[SRC] Compiling core/geometry_func.cpp
[SRC] Compiling core/math_func.cpp
[SRC] Compiling core/pool_func.cpp
[SRC] Compiling core/random_func.cpp
[SRC] Compiling cpu.cpp
[SRC] Compiling crashlog.cpp
[SRC] Compiling currency.cpp
[SRC] Compiling date.cpp
[SRC] Compiling date_gui.cpp
[SRC] Compiling debug.cpp
[SRC] Compiling dedicated.cpp
[SRC] Compiling depot.cpp
[SRC] Compiling depot_cmd.cpp
[SRC] Compiling depot_gui.cpp
[SRC] Compiling disaster_vehicle.cpp
[SRC] Compiling dock_gui.cpp
[SRC] Compiling driver.cpp
/Users/mark/Downloads/openttd-1.10.1/src/depot_gui.cpp:1052:21: warning:
'OnHotkey' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual EventState OnHotkey(int hotkey)
^
/Users/mark/Downloads/openttd-1.10.1/src/window_gui.h:606:21: note: overridden
virtual function is here
virtual EventState OnHotkey(int hotkey);
^
1 warning generated.
[SRC] Compiling economy.cpp
[SRC] Compiling effectvehicle.cpp
[SRC] Compiling elrail.cpp
[SRC] Compiling engine.cpp
[SRC] Compiling engine_gui.cpp
[SRC] Compiling error_gui.cpp
[SRC] Compiling fileio.cpp
[SRC] Compiling fios.cpp
[SRC] Compiling fios_gui.cpp
[SRC] Compiling fontcache.cpp
[SRC] Compiling fontdetection.cpp
[SRC] Compiling framerate_gui.cpp
[SRC] Compiling game/game_config.cpp
[SRC] Compiling game/game_core.cpp
[SRC] Compiling game/game_info.cpp
[SRC] Compiling game/game_instance.cpp
[SRC] Compiling game/game_scanner.cpp
[SRC] Compiling game/game_text.cpp
[SRC] Compiling gamelog.cpp
[SRC] Compiling genworld.cpp
[SRC] Compiling genworld_gui.cpp
[SRC] Compiling gfx.cpp
[SRC] Compiling gfx_layout.cpp
[SRC] Compiling gfxinit.cpp
[SRC] Compiling goal.cpp
[SRC] Compiling goal_gui.cpp
[SRC] Compiling graph_gui.cpp
[SRC] Compiling ground_vehicle.cpp
[SRC] Compiling group_cmd.cpp
[SRC] Compiling group_gui.cpp
[SRC] Compiling heightmap.cpp
[SRC] Compiling highscore.cpp
[SRC] Compiling highscore_gui.cpp
[SRC] Compiling hotkeys.cpp
[SRC] Compiling industry_cmd.cpp
[SRC] Compiling industry_gui.cpp
[SRC] Compiling ini.cpp
[SRC] Compiling ini_load.cpp
[SRC] Compiling intro_gui.cpp
[SRC] Compiling landscape.cpp
/Users/mark/Downloads/openttd-1.10.1/src/intro_gui.cpp:61:8: warning:
'OnQueryTextFinished' overrides a member function but is not marked
'override' [-Winconsistent-missing-override]
void OnQueryTextFinished(char *str) {
^
/Users/mark/Downloads/openttd-1.10.1/src/window_gui.h:736:15: note: overridden
virtual function is here
virtual void OnQueryTextFinished(char *str) {}
^
1 warning generated.
[SRC] Compiling linkgraph/demands.cpp
[SRC] Compiling linkgraph/flowmapper.cpp
[SRC] Compiling linkgraph/linkgraph.cpp
[SRC] Compiling linkgraph/linkgraph_gui.cpp
[SRC] Compiling linkgraph/linkgraphjob.cpp
[SRC] Compiling linkgraph/linkgraphschedule.cpp
[SRC] Compiling linkgraph/mcf.cpp
[SRC] Compiling linkgraph/refresh.cpp
[SRC] Compiling main_gui.cpp
[SRC] Compiling map.cpp
[SRC] Compiling misc.cpp
/Users/mark/Downloads/openttd-1.10.1/src/main_gui.cpp:482:16: warning:
'OnMouseOver' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual void OnMouseOver(Point pt, int widget)
^
/Users/mark/Downloads/openttd-1.10.1/src/linkgraph/../window_gui.h:674:15: note:
overridden virtual function is here
virtual void OnMouseOver(Point pt, int widget) {}
^
/Users/mark/Downloads/openttd-1.10.1/src/main_gui.cpp:492:8: warning: variable
'tile' is used uninitialized whenever 'if' condition is true
[-Wsometimes-uninitialized]
if (viewport_is_in_map_mode) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/mark/Downloads/openttd-1.10.1/src/main_gui.cpp:501:8: note:
uninitialized use occurs here
if (tile >= MapSize()) return;
^~~~
/Users/mark/Downloads/openttd-1.10.1/src/main_gui.cpp:492:4: note: remove the
'if' if its condition is always false
if (viewport_is_in_map_mode) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/mark/Downloads/openttd-1.10.1/src/main_gui.cpp:488:18: note: initialize
the variable 'tile' to silence this warning
TileIndex tile;
^
= 0
[SRC] Compiling misc/countedobj.cpp
[SRC] Compiling misc/dbg_helpers.cpp
2 warnings generated.
[SRC] Compiling misc/getoptdata.cpp
[SRC] Compiling misc_cmd.cpp
[SRC] Compiling misc_gui.cpp
[SRC] Compiling mixer.cpp
[SRC] Compiling music.cpp
[SRC] Compiling music/cocoa_m.cpp
[SRC] Compiling music/extmidi.cpp
/Users/mark/Downloads/openttd-1.10.1/src/misc_gui.cpp:1589:24: warning:
enumeration value 'TCC_NONE' not handled in switch [-Wswitch]
switch (this->close_cond) {
^
/Users/mark/Downloads/openttd-1.10.1/src/misc_gui.cpp:1589:24: note: add missing
switch cases
switch (this->close_cond) {
^
1 warning generated.
[SRC] Compiling music/midifile.cpp
[SRC] Compiling music/null_m.cpp
[SRC] Compiling music/qtmidi.cpp
[SRC] Compiling music_gui.cpp
[SRC] Compiling network/core/address.cpp
[SRC] Compiling network/core/core.cpp
[SRC] Compiling network/core/host.cpp
[SRC] Compiling network/core/packet.cpp
[SRC] Compiling network/core/tcp.cpp
[SRC] Compiling network/core/tcp_admin.cpp
[SRC] Compiling network/core/tcp_connect.cpp
[SRC] Compiling network/core/tcp_content.cpp
[SRC] Compiling network/core/tcp_game.cpp
[SRC] Compiling network/core/tcp_http.cpp
[SRC] Compiling network/core/udp.cpp
[SRC] Compiling network/network.cpp
[SRC] Compiling network/network_admin.cpp
[SRC] Compiling network/network_chat_gui.cpp
[SRC] Compiling network/network_client.cpp
/Users/mark/Downloads/openttd-1.10.1/src/network/network.cpp:762:31: warning:
private field 'conn' is not used [-Wunused-private-field]
NetworkHTTPContentConnecter *conn;
^
/Users/mark/Downloads/openttd-1.10.1/src/network/network.cpp:847:31: warning:
private field 'conn' is not used [-Wunused-private-field]
NetworkHTTPContentConnecter *conn;
^
[SRC] Compiling network/network_command.cpp
[SRC] Compiling network/network_content.cpp
2 warnings generated.
[SRC] Compiling network/network_content_gui.cpp
[SRC] Compiling network/network_gamelist.cpp
[SRC] Compiling network/network_gui.cpp
[SRC] Compiling network/network_server.cpp
[SRC] Compiling network/network_udp.cpp
[SRC] Compiling newgrf.cpp
[SRC] Compiling newgrf_airport.cpp
[SRC] Compiling newgrf_airporttiles.cpp
[SRC] Compiling newgrf_canal.cpp
[SRC] Compiling newgrf_cargo.cpp
[SRC] Compiling newgrf_commons.cpp
[SRC] Compiling newgrf_config.cpp
[SRC] Compiling newgrf_debug_gui.cpp
[SRC] Compiling newgrf_engine.cpp
[SRC] Compiling newgrf_generic.cpp
[SRC] Compiling newgrf_gui.cpp
[SRC] Compiling newgrf_house.cpp
[SRC] Compiling newgrf_industries.cpp
[SRC] Compiling newgrf_industrytiles.cpp
[SRC] Compiling newgrf_object.cpp
[SRC] Compiling newgrf_profiling.cpp
[SRC] Compiling newgrf_railtype.cpp
[SRC] Compiling newgrf_roadtype.cpp
[SRC] Compiling newgrf_sound.cpp
[SRC] Compiling newgrf_spritegroup.cpp
[SRC] Compiling newgrf_station.cpp
[SRC] Compiling newgrf_storage.cpp
[SRC] Compiling newgrf_text.cpp
[SRC] Compiling newgrf_town.cpp
[SRC] Compiling newgrf_townname.cpp
[SRC] Compiling news_gui.cpp
[SRC] Compiling object_cmd.cpp
[SRC] Compiling object_gui.cpp
[SRC] Compiling openttd.cpp
[SRC] Compiling order_backup.cpp
[SRC] Compiling order_cmd.cpp
[SRC] Compiling order_gui.cpp
[SRC] Compiling os/macosx/crashlog_osx.cpp
[SRC] Compiling os/macosx/splash.cpp
[SRC] Compiling os/macosx/string_osx.cpp
[SRC] Compiling os/unix/unix.cpp
[SRC] Compiling osk_gui.cpp
[SRC] Compiling pathfinder/npf/aystar.cpp
[SRC] Compiling pathfinder/npf/npf.cpp
[SRC] Compiling pathfinder/npf/queue.cpp
[SRC] Compiling pathfinder/yapf/yapf_rail.cpp
[SRC] Compiling pathfinder/yapf/yapf_road.cpp
[SRC] Compiling pathfinder/yapf/yapf_ship.cpp
[SRC] Compiling pbs.cpp
[SRC] Compiling progress.cpp
[SRC] Compiling rail.cpp
[SRC] Compiling rail_cmd.cpp
[SRC] Compiling rail_gui.cpp
[SRC] Compiling rev.cpp
[SRC] Compiling road.cpp
[SRC] Compiling road_cmd.cpp
[SRC] Compiling road_gui.cpp
[SRC] Compiling road_map.cpp
[SRC] Compiling roadstop.cpp
[SRC] Compiling roadveh_cmd.cpp
[SRC] Compiling roadveh_gui.cpp
[SRC] Compiling saveload/afterload.cpp
[SRC] Compiling saveload/ai_sl.cpp
[SRC] Compiling saveload/airport_sl.cpp
[SRC] Compiling saveload/animated_tile_sl.cpp
[SRC] Compiling saveload/autoreplace_sl.cpp
[SRC] Compiling saveload/cargomonitor_sl.cpp
[SRC] Compiling saveload/cargopacket_sl.cpp
[SRC] Compiling saveload/cheat_sl.cpp
[SRC] Compiling saveload/company_sl.cpp
[SRC] Compiling saveload/depot_sl.cpp
[SRC] Compiling saveload/economy_sl.cpp
[SRC] Compiling saveload/engine_sl.cpp
[SRC] Compiling saveload/game_sl.cpp
[SRC] Compiling saveload/gamelog_sl.cpp
[SRC] Compiling saveload/goal_sl.cpp
[SRC] Compiling saveload/group_sl.cpp
[SRC] Compiling saveload/industry_sl.cpp
[SRC] Compiling saveload/labelmaps_sl.cpp
[SRC] Compiling saveload/linkgraph_sl.cpp
[SRC] Compiling saveload/map_sl.cpp
[SRC] Compiling saveload/misc_sl.cpp
[SRC] Compiling saveload/newgrf_sl.cpp
[SRC] Compiling saveload/object_sl.cpp
[SRC] Compiling saveload/oldloader.cpp
[SRC] Compiling saveload/oldloader_sl.cpp
[SRC] Compiling saveload/order_sl.cpp
[SRC] Compiling saveload/saveload.cpp
[SRC] Compiling saveload/signs_sl.cpp
[SRC] Compiling saveload/station_sl.cpp
[SRC] Compiling saveload/storage_sl.cpp
[SRC] Compiling saveload/story_sl.cpp
[SRC] Compiling saveload/strings_sl.cpp
[SRC] Compiling saveload/subsidy_sl.cpp
[SRC] Compiling saveload/town_sl.cpp
[SRC] Compiling saveload/vehicle_sl.cpp
[SRC] Compiling saveload/waypoint_sl.cpp
[SRC] Compiling screenshot.cpp
[SRC] Compiling screenshot_gui.cpp
[SRC] Compiling script/api/script_accounting.cpp
[SRC] Compiling script/api/script_admin.cpp
[SRC] Compiling script/api/script_airport.cpp
[SRC] Compiling script/api/script_base.cpp
[SRC] Compiling script/api/script_basestation.cpp
[SRC] Compiling script/api/script_bridge.cpp
[SRC] Compiling script/api/script_bridgelist.cpp
[SRC] Compiling script/api/script_cargo.cpp
[SRC] Compiling script/api/script_cargolist.cpp
[SRC] Compiling script/api/script_cargomonitor.cpp
[SRC] Compiling script/api/script_client.cpp
[SRC] Compiling script/api/script_clientlist.cpp
[SRC] Compiling script/api/script_company.cpp
[SRC] Compiling script/api/script_companymode.cpp
[SRC] Compiling script/api/script_controller.cpp
[SRC] Compiling script/api/script_date.cpp
[SRC] Compiling script/api/script_depotlist.cpp
[SRC] Compiling script/api/script_engine.cpp
[SRC] Compiling script/api/script_enginelist.cpp
[SRC] Compiling script/api/script_error.cpp
[SRC] Compiling script/api/script_event.cpp
[SRC] Compiling script/api/script_event_types.cpp
[SRC] Compiling script/api/script_execmode.cpp
[SRC] Compiling script/api/script_game.cpp
[SRC] Compiling script/api/script_gamesettings.cpp
[SRC] Compiling script/api/script_goal.cpp
[SRC] Compiling script/api/script_group.cpp
[SRC] Compiling script/api/script_grouplist.cpp
[SRC] Compiling script/api/script_industry.cpp
[SRC] Compiling script/api/script_industrylist.cpp
[SRC] Compiling script/api/script_industrytype.cpp
[SRC] Compiling script/api/script_industrytypelist.cpp
[SRC] Compiling script/api/script_infrastructure.cpp
[SRC] Compiling script/api/script_list.cpp
[SRC] Compiling script/api/script_log.cpp
[SRC] Compiling script/api/script_map.cpp
[SRC] Compiling script/api/script_marine.cpp
[SRC] Compiling script/api/script_news.cpp
[SRC] Compiling script/api/script_object.cpp
[SRC] Compiling script/api/script_order.cpp
[SRC] Compiling script/api/script_rail.cpp
[SRC] Compiling script/api/script_railtypelist.cpp
[SRC] Compiling script/api/script_road.cpp
[SRC] Compiling script/api/script_roadtypelist.cpp
[SRC] Compiling script/api/script_sign.cpp
[SRC] Compiling script/api/script_signlist.cpp
[SRC] Compiling script/api/script_station.cpp
[SRC] Compiling script/api/script_stationlist.cpp
[SRC] Compiling script/api/script_story_page.cpp
[SRC] Compiling script/api/script_storypageelementlist.cpp
[SRC] Compiling script/api/script_storypagelist.cpp
[SRC] Compiling script/api/script_subsidy.cpp
[SRC] Compiling script/api/script_subsidylist.cpp
[SRC] Compiling script/api/script_testmode.cpp
[SRC] Compiling script/api/script_text.cpp
[SRC] Compiling script/api/script_tile.cpp
[SRC] Compiling script/api/script_tilelist.cpp
[SRC] Compiling script/api/script_town.cpp
[SRC] Compiling script/api/script_townlist.cpp
[SRC] Compiling script/api/script_tunnel.cpp
[SRC] Compiling script/api/script_vehicle.cpp
[SRC] Compiling script/api/script_vehiclelist.cpp
[SRC] Compiling script/api/script_viewport.cpp
[SRC] Compiling script/api/script_waypoint.cpp
[SRC] Compiling script/api/script_waypointlist.cpp
[SRC] Compiling script/api/script_window.cpp
[SRC] Compiling script/script_config.cpp
[SRC] Compiling script/script_info.cpp
[SRC] Compiling script/script_info_dummy.cpp
[SRC] Compiling script/script_instance.cpp
[SRC] Compiling script/script_scanner.cpp
[SRC] Compiling script/squirrel.cpp
[SRC] Compiling script/squirrel_std.cpp
[SRC] Compiling settings.cpp
[SRC] Compiling settings_gui.cpp
[SRC] Compiling ship_cmd.cpp
[SRC] Compiling ship_gui.cpp
[SRC] Compiling signal.cpp
[SRC] Compiling signs.cpp
[SRC] Compiling signs_cmd.cpp
[SRC] Compiling signs_gui.cpp
[SRC] Compiling smallmap_gui.cpp
[SRC] Compiling sound.cpp
[SRC] Compiling sound/cocoa_s.cpp
[SRC] Compiling sound/null_s.cpp
[SRC] Compiling sprite.cpp
[SRC] Compiling spritecache.cpp
[SRC] Compiling spriteloader/grf.cpp
[SRC] Compiling station.cpp
[SRC] Compiling station_cmd.cpp
[SRC] Compiling station_gui.cpp
[SRC] Compiling statusbar_gui.cpp
[SRC] Compiling story.cpp
[SRC] Compiling story_gui.cpp
[SRC] Compiling strgen/strgen_base.cpp
[SRC] Compiling string.cpp
[SRC] Compiling stringfilter.cpp
[SRC] Compiling strings.cpp
[SRC] Compiling subsidy.cpp
[SRC] Compiling subsidy_gui.cpp
[SRC] Compiling terraform_cmd.cpp
[SRC] Compiling terraform_gui.cpp
[SRC] Compiling textbuf.cpp
[SRC] Compiling texteff.cpp
[SRC] Compiling textfile_gui.cpp
[SRC] Compiling tgp.cpp
[SRC] Compiling tile_map.cpp
[SRC] Compiling tilearea.cpp
[SRC] Compiling timetable_cmd.cpp
[SRC] Compiling timetable_gui.cpp
[SRC] Compiling toolbar_gui.cpp
[SRC] Compiling town_cmd.cpp
[SRC] Compiling town_gui.cpp
[SRC] Compiling townname.cpp
[SRC] Compiling train_cmd.cpp
/Users/mark/Downloads/openttd-1.10.1/src/town_gui.cpp:703:21: warning:
'OnHotkey' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual EventState OnHotkey(int hotkey)
^
/Users/mark/Downloads/openttd-1.10.1/src/widgets/../window_gui.h:606:21: note:
overridden virtual function is here
virtual EventState OnHotkey(int hotkey);
^
[SRC] Compiling train_gui.cpp
1 warning generated.
[SRC] Compiling transparency_gui.cpp
[SRC] Compiling tree_cmd.cpp
[SRC] Compiling tree_gui.cpp
[SRC] Compiling triphistory_cmd.cpp
[SRC] Compiling triphistory_gui.cpp
[SRC] Compiling tunnel_map.cpp
[SRC] Compiling tunnelbridge_cmd.cpp
[SRC] Compiling vehicle.cpp
[SRC] Compiling vehicle_cmd.cpp
[SRC] Compiling vehicle_gui.cpp
[SRC] Compiling vehiclelist.cpp
/Users/mark/Downloads/openttd-1.10.1/src/vehicle_gui.cpp:2786:21: warning:
'OnHotkey' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual EventState OnHotkey(int hotkey)
^
/Users/mark/Downloads/openttd-1.10.1/src/widgets/../window_gui.h:606:21: note:
overridden virtual function is here
virtual EventState OnHotkey(int hotkey);
^
[SRC] Compiling video/dedicated_v.cpp
[SRC] Compiling video/null_v.cpp
[SRC] Compiling viewport.cpp
[SRC] Compiling viewport_gui.cpp
[SRC] Compiling viewport_sprite_sorter_sse4.cpp
1 warning generated.
[SRC] Compiling void_cmd.cpp
[SRC] Compiling watch_gui_1.cpp
[SRC] Compiling water_cmd.cpp
/Users/mark/Downloads/openttd-1.10.1/src/viewport_gui.cpp:162:16: warning:
'OnMouseOver' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual void OnMouseOver(Point pt, int widget)
^
/Users/mark/Downloads/openttd-1.10.1/src/window_gui.h:674:15: note: overridden
virtual function is here
virtual void OnMouseOver(Point pt, int widget) {}
^
/Users/mark/Downloads/openttd-1.10.1/src/viewport_gui.cpp:172:8: warning:
variable 'tile' is used uninitialized whenever 'if' condition is true
[-Wsometimes-uninitialized]
if (viewport_is_in_map_mode) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/mark/Downloads/openttd-1.10.1/src/viewport_gui.cpp:182:8: note:
uninitialized use occurs here
if (tile >= MapSize()) return;
^~~~
/Users/mark/Downloads/openttd-1.10.1/src/viewport_gui.cpp:172:4: note: remove
the 'if' if its condition is always false
if (viewport_is_in_map_mode) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/mark/Downloads/openttd-1.10.1/src/viewport_gui.cpp:168:18: note:
initialize the variable 'tile' to silence this warning
TileIndex tile;
^
= 0
2 warnings generated.
[SRC] Compiling waypoint.cpp
/Users/mark/Downloads/openttd-1.10.1/src/watch_gui_1.cpp:347:8: warning:
variable 'tile' is used uninitialized whenever 'if' condition is true
[-Wsometimes-uninitialized]
if (viewport_is_in_map_mode) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/mark/Downloads/openttd-1.10.1/src/watch_gui_1.cpp:357:8: note:
uninitialized use occurs here
if (tile >= MapSize()) return;
^~~~
/Users/mark/Downloads/openttd-1.10.1/src/watch_gui_1.cpp:347:4: note: remove the
'if' if its condition is always false
if (viewport_is_in_map_mode) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/mark/Downloads/openttd-1.10.1/src/watch_gui_1.cpp:343:18: note:
initialize the variable 'tile' to silence this warning
TileIndex tile;
^
= 0
1 warning generated.
[SRC] Compiling waypoint_cmd.cpp
[SRC] Compiling waypoint_gui.cpp
[SRC] Compiling widget.cpp
[SRC] Compiling widgets/dropdown.cpp
[SRC] Compiling window.cpp
[SRC] Compiling zoning_cmd.cpp
[SRC] Compiling zoning_gui.cpp
[SRC] Compiling os/macosx/macos.mm
In file included from /Users/mark/Downloads/openttd-1.10.1/src/os/macosx/macos.mm:15:
/usr/local/include/pthread.h:331:6: warning: macro expansion producing 'defined'
has undefined behavior [-Wexpansion-to-defined]
#if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT
^
/usr/local/include/pthread.h:200:2: note: expanded from macro
'_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREA...
^
/usr/local/include/pthread.h:331:6: warning: macro expansion producing 'defined'
has undefined behavior [-Wexpansion-to-defined]
/usr/local/include/pthread.h:200:34: note: expanded from macro
'_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREA...
^
/usr/local/include/pthread.h:540:6: warning: macro expansion producing 'defined'
has undefined behavior [-Wexpansion-to-defined]
#if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT
^
/usr/local/include/pthread.h:200:2: note: expanded from macro
'_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREA...
^
/usr/local/include/pthread.h:540:6: warning: macro expansion producing 'defined'
has undefined behavior [-Wexpansion-to-defined]
/usr/local/include/pthread.h:200:34: note: expanded from macro
'_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREA...
^
[SRC] Compiling video/cocoa/cocoa_v.mm
[SRC] Compiling video/cocoa/event.mm
/Users/mark/Downloads/openttd-1.10.1/src/os/macosx/macos.mm:192:45: warning:
'NSStringPboardType' is deprecated: first deprecated in macOS 10.14
[-Wdeprecated-declarations]
NSArray *types = [ NSArray arrayWithObject:NSStringPboardType ];
^~~~~~~~~~~~~~~~~~
NSPasteboardTypeString
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:311:32: note:
'NSStringPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSStringPboardType API_DEPRECATED_WITH_RE...
^
/Users/mark/Downloads/openttd-1.10.1/src/os/macosx/macos.mm:198:40: warning:
'NSStringPboardType' is deprecated: first deprecated in macOS 10.14
[-Wdeprecated-declarations]
NSString *string = [ pb stringForType:NSStringPboardType ];
^~~~~~~~~~~~~~~~~~
NSPasteboardTypeString
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:311:32: note:
'NSStringPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSStringPboardType API_DEPRECATED_WITH_RE...
^
6 warnings generated.
[SRC] Compiling video/cocoa/fullscreen.mm
[SRC] Compiling video/cocoa/wnd_quartz.mm
[SRC] Compiling video/cocoa/wnd_quickdraw.mm
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/cocoa_v.mm:77:48: warning:
'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...*event = [ NSEvent otherEventWithType:NSApplicationDefined location:NSMa...
^~~~~~~~~~~~~~~~~~~~
NSEventTypeApplicationDefined
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:78:26: note:
'NSApplicationDefined' has been explicitly marked deprecated here
static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/cocoa_v.mm:145:43: warning:
'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
[ menuItem setKeyEquivalentModifierMask:(NSAlternateKeyMask | NSCommandK...
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/cocoa_v.mm:145:64: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...| NSCommandKeyMask) ];
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/cocoa_v.mm:660:26: warning:
'NSCriticalAlertStyle' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
[ alert setAlertStyle: NSCriticalAlertStyle ];
^~~~~~~~~~~~~~~~~~~~
NSAlertStyleCritical
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:142:27: note:
'NSCriticalAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSCriticalAlertStyle API_DEPRECATED_WITH_REPLA...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/cocoa_v.mm:768:9: warning:
'cacheImageInRect:' is deprecated: first deprecated in macOS 10.13 - This
method shouldn’t be used as it doesn’t work in all drawing situations;
instead, a subview should be used that implements the desired drawing
behavior [-Wdeprecated-declarations]
[ self cacheImageInRect:[ driver->cocoaview frame ] ];
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:796:1: note:
'cacheImageInRect:' has been explicitly marked deprecated here
- (void)cacheImageInRect:(NSRect)rect API_DEPRECATED("This method should...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/cocoa_v.mm:774:9: warning:
'restoreCachedImage' is deprecated: first deprecated in macOS 10.13 - This
method shouldn’t be used as it doesn’t work in all drawing situations;
instead, a subview should be used that implements the desired drawing
behavior [-Wdeprecated-declarations]
[ self restoreCachedImage ];
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:797:1: note:
'restoreCachedImage' has been explicitly marked deprecated here
- (void)restoreCachedImage API_DEPRECATED("This method shouldn’t be use...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:266:22: warning:
'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (_current_mods & NSShiftKeyMask) key |= WKC_SHIFT;
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:177:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:267:22: warning:
'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (_current_mods & NSControlKeyMask) key |= (_settings_client...
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:268:22: warning:
'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (_current_mods & NSAlternateKeyMask) key |= WKC_ALT;
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:269:22: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (_current_mods & NSCommandKeyMask) key |= (_settings_client...
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:288:33: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (down && (_current_mods & NSCommandKeyMask)) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:294:60: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...&& (_current_mods & (NSCommandKeyMask | NSControlKeyMask))) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:294:79: warning:
'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...&& (_current_mods & (NSCommandKeyMask | NSControlKeyMask))) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:299:60: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...&& (_current_mods & (NSCommandKeyMask | NSControlKeyMask))) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:299:79: warning:
'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...&& (_current_mods & (NSCommandKeyMask | NSControlKeyMask))) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:342:33: warning:
'NSAlphaShiftKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
for (unsigned int i = 0, bit = NSAlphaShiftKeyMask; bit <= NSCommandKeyM...
^~~~~~~~~~~~~~~~~~~
NSEventModifierFlagCapsLock
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:176:35: note:
'NSAlphaShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlphaShiftKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:342:61: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...0, bit = NSAlphaShiftKeyMask; bit <= NSCommandKeyMask; bit <<= 1, ++i) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:350:15: warning:
'NSAlphaShiftKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (bit == NSAlphaShiftKeyMask) QZ_KeyEvent(mapp...
^~~~~~~~~~~~~~~~~~~
NSEventModifierFlagCapsLock
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:176:35: note:
'NSAlphaShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlphaShiftKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:355:15: warning:
'NSAlphaShiftKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
if (bit == NSAlphaShiftKeyMask) QZ_KeyEvent(mapp...
^~~~~~~~~~~~~~~~~~~
NSEventModifierFlagCapsLock
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:176:35: note:
'NSAlphaShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlphaShiftKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:406:49: warning:
'NSAnyEventMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
NSEvent *event = [ NSApp nextEventMatchingMask:NSAnyEventMask
^~~~~~~~~~~~~~
NSEventMaskAny
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:157:26: note:
'NSAnyEventMask' has been explicitly marked deprecated here
static const NSEventMask NSAnyEventMask API_DEPRECATED_W...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:424:8: warning:
'NSMouseMoved' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSMouseMoved:
^~~~~~~~~~~~
NSEventTypeMouseMoved
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:68:26: note:
'NSMouseMoved' has been explicitly marked deprecated here
static const NSEventType NSMouseMoved API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:425:8: warning:
'NSOtherMouseDragged' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSOtherMouseDragged:
^~~~~~~~~~~~~~~~~~~
NSEventTypeOtherMouseDragged
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:86:26: note:
'NSOtherMouseDragged' has been explicitly marked deprecated here
static const NSEventType NSOtherMouseDragged API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:426:8: warning:
'NSLeftMouseDragged' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSLeftMouseDragged:
^~~~~~~~~~~~~~~~~~
NSEventTypeLeftMouseDragged
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:69:26: note:
'NSLeftMouseDragged' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseDragged API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:436:8: warning:
'NSRightMouseDragged' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSRightMouseDragged:
^~~~~~~~~~~~~~~~~~~
NSEventTypeRightMouseDragged
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:70:26: note:
'NSRightMouseDragged' has been explicitly marked deprecated here
static const NSEventType NSRightMouseDragged API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:441:8: warning:
'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSLeftMouseDown:
^~~~~~~~~~~~~~~
NSEventTypeLeftMouseDown
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:64:26: note:
'NSLeftMouseDown' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseDown API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:444:83: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...== RMBE_COMMAND) keymask |= NSCommandKeyMask;
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:445:83: warning:
'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...== RMBE_CONTROL) keymask |= NSControlKeyMask;
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:464:8: warning:
'NSLeftMouseUp' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSLeftMouseUp:
^~~~~~~~~~~~~
NSEventTypeLeftMouseUp
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note:
'NSLeftMouseUp' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseUp API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:480:8: warning:
'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSRightMouseDown:
^~~~~~~~~~~~~~~~
NSEventTypeRightMouseDown
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:66:26: note:
'NSRightMouseDown' has been explicitly marked deprecated here
static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:491:8: warning:
'NSRightMouseUp' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSRightMouseUp:
^~~~~~~~~~~~~~
NSEventTypeRightMouseUp
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note:
'NSRightMouseUp' has been explicitly marked deprecated here
static const NSEventType NSRightMouseUp API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:527:8: warning:
'NSKeyDown' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSKeyDown: {
^~~~~~~~~
NSEventTypeKeyDown
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:73:26: note:
'NSKeyDown' has been explicitly marked deprecated here
static const NSEventType NSKeyDown API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:533:36: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...if ([ event modifierFlags ] & NSCommandKeyMask) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:554:8: warning:
'NSKeyUp' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSKeyUp:
^~~~~~~
NSEventTypeKeyUp
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:74:26: note:
'NSKeyUp' has been explicitly marked deprecated here
static const NSEventType NSKeyUp API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:560:36: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...if ([ event modifierFlags ] & NSCommandKeyMask) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:570:8: warning:
'NSScrollWheel' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSScrollWheel:
^~~~~~~~~~~~~
NSEventTypeScrollWheel
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:81:26: note:
'NSScrollWheel' has been explicitly marked deprecated here
static const NSEventType NSScrollWheel API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:624:8: warning:
'NSCursorUpdate' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSCursorUpdate:
^~~~~~~~~~~~~~
NSEventTypeCursorUpdate
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:80:26: note:
'NSCursorUpdate' has been explicitly marked deprecated here
static const NSEventType NSCursorUpdate API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:625:8: warning:
'NSMouseEntered' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSMouseEntered:
^~~~~~~~~~~~~~
NSEventTypeMouseEntered
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:71:26: note:
'NSMouseEntered' has been explicitly marked deprecated here
static const NSEventType NSMouseEntered API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:626:8: warning:
'NSMouseExited' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
case NSMouseExited:
^~~~~~~~~~~~~
NSEventTypeMouseExited
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:72:26: note:
'NSMouseExited' has been explicitly marked deprecated here
static const NSEventType NSMouseExited API_DEPRECATED_WITH_REPL...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:697:106: warning:
'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...!= RMBE_CONTROL ? NSControlKeyMask : NSCommandKeyMask));
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:697:125: warning:
'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
...!= RMBE_CONTROL ? NSControlKeyMask : NSCommandKeyMask));
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPREC...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/event.mm:698:40: warning:
'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
..._shift_pressed = !!(_current_mods & NSShiftKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:177:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPREC...
^
35 warnings generated.
6 warnings generated.
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:117:82: warning:
'graphicsPort' is deprecated: first deprecated in macOS 10.14
[-Wdeprecated-declarations]
...= (CGContextRef)[ [ NSGraphicsContext currentContext ] graphicsPort ];
^~~~~~~~~~~~
CGContext
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:111:28: note:
property 'graphicsPort' is declared deprecated here
@property (readonly) void *graphicsPort NS_RETURNS_INNER_POINTER API_DEP...
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:111:28: note:
'graphicsPort' has been explicitly marked deprecated here
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:251:24: warning:
'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
unsigned int style = NSTitledWindowMask;
^~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTitled
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:850:32: note:
'NSTitledWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_RE...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:252:13: warning:
'NSMiniaturizableWindowMask' is deprecated: first deprecated in macOS
10.12 [-Wdeprecated-declarations]
style |= (NSMiniaturizableWindowMask | NSClosableWindowMask);
^~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskMiniaturizable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:852:32: note:
'NSMiniaturizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSMiniaturizableWindowMask API_DEPRECATED...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:252:42: warning:
'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
style |= (NSMiniaturizableWindowMask | NSClosableWindowMask);
^~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskClosable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:851:32: note:
'NSClosableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:253:12: warning:
'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
style |= NSResizableWindowMask;
^~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskResizable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:853:32: note:
'NSResizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:284:69: warning:
'NSWindowFullScreenButton' is deprecated: first deprecated in macOS 10.12
- The standard window button for NSWindowFullScreenButton is always nil;
use NSWindowZoomButton instead [-Wdeprecated-declarations]
...NSButton* fullscreenButton = [ this->window standardWindowButton:NSWindo...
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:866:29: note:
'NSWindowFullScreenButton' has been explicitly marked deprecated here
static const NSWindowButton NSWindowFullScreenButton API_DEPRECATED("Th...
^
/Users/mark/Downloads/openttd-1.10.1/src/video/cocoa/wnd_quartz.mm:330:2: warning:
multiple methods named 'center' found [-Wobjc-multiple-method-names]
[ this->window center ];
^~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:601:19: note:
using
@property NSPoint center;
^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:312:1: note:
also found
- (void)center;
^~~~~~~~~~~~~~~
7 warnings generated.
[SRC] Linking openttd
mark@MMJs-Mac-mini openttd-1.10.1 % make bundle
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
[BUNDLE] Constructing bundle
mark@MMJs-Mac-mini openttd-1.10.1 %