===> Building for retroarch-1.9.0nb28 CC version_git.c CC frontend/frontend_driver.c CC retroarch.c In file included from retroarch.c:129: ./config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ In file included from retroarch.c:198: ./gfx/common/gl_common.h:263:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from retroarch.c:198: ./gfx/common/gl_common.h:264:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from retroarch.c:198: ./gfx/common/gl_common.h:265:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from retroarch.c:198: ./gfx/common/gl_common.h:266:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from retroarch.c:198: ./gfx/common/gl_common.h:267:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, min_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ retroarch.c:1008:5: warning: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_OSX ^ 7 warnings generated. CC msg_hash.c CC intl/msg_hash_us.c CC libretro-common/queues/task_queue.c CC tasks/task_content.c CC tasks/task_patch.c tasks/task_patch.c:568:22: warning: variable 'size' set but not used [-Wunused-but-set-variable] uint32_t size = patchdata[offset++] << 16; ^ 1 warning generated. CC tasks/task_save.c CC tasks/task_file_transfer.c CC tasks/task_image.c CC tasks/task_playlist_manager.c CC tasks/task_manual_content_scan.c CC tasks/task_core_backup.c CC libretro-common/encodings/encoding_utf.c CC libretro-common/encodings/encoding_crc32.c CC libretro-common/encodings/encoding_base64.c CC libretro-common/compat/fopen_utf8.c CC libretro-common/lists/file_list.c CC libretro-common/lists/dir_list.c CC libretro-common/file/retro_dirent.c CC libretro-common/streams/stdin_stream.c CC libretro-common/streams/file_stream.c CC libretro-common/streams/file_stream_transforms.c CC libretro-common/streams/interface_stream.c CC libretro-common/streams/memory_stream.c CC libretro-common/vfs/vfs_implementation.c CC libretro-common/lists/string_list.c CC libretro-common/string/stdstring.c CC libretro-common/memmap/memalign.c CC libretro-common/file/nbio/nbio_stdio.c CC libretro-common/file/nbio/nbio_unixmmap.c CC libretro-common/file/nbio/nbio_intf.c CC libretro-common/file/file_path.c CC libretro-common/file/file_path_io.c CC file_path_special.c CC file_path_str.c CC libretro-common/hash/rhash.c CC input/common/input_hid_common.c CC led/led_driver.c CC gfx/video_coord_array.c CC gfx/video_crt_switch.c CC gfx/gfx_display.c CC gfx/gfx_animation.c CC gfx/gfx_thumbnail_path.c CC gfx/gfx_thumbnail.c CC configuration.c In file included from configuration.c:38: ./config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ configuration.c:1507:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ configuration.c:2493:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ 3 warnings generated. CC libretro-common/dynamic/dylib.c CC cores/dynamic_dummy.c CC libretro-common/queues/message_queue.c CC managers/state_manager.c CC gfx/drivers_font_renderer/bitmapfont.c CC tasks/task_autodetect.c CC input/input_autodetect_builtin.c input/input_autodetect_builtin.c:727:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ 1 warning generated. CC input/input_keymaps.c In file included from input/input_keymaps.c:30: input/../config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ 1 warning generated. CC libretro-common/queues/fifo_queue.c CC libretro-common/compat/compat_fnmatch.c CC libretro-common/compat/compat_posix_string.c CC managers/cheat_manager.c CC core_info.c CC core_backup.c CC libretro-common/file/config_file.c CC libretro-common/file/config_file_userdata.c CC runtime_file.c CC disk_index_file.c CC tasks/task_screenshot.c CC tasks/task_powerstate.c CC libretro-common/gfx/scaler/scaler.c CC libretro-common/gfx/scaler/pixconv.c CC libretro-common/gfx/scaler/scaler_int.c CC libretro-common/gfx/scaler/scaler_filter.c CC gfx/font_driver.c gfx/font_driver.c:929:29: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] if (next_id > 0x20 || next_id < 0x50) ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ gfx/font_driver.c:921:30: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] if (prev1_id > 0x20 || prev1_id < 0x50) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ gfx/font_driver.c:906:33: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] if (prev2_id > 0x20 || prev2_id < 0x50) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 3 warnings generated. CC gfx/video_filter.c CC libretro-common/audio/resampler/audio_resampler.c CC libretro-common/audio/dsp_filter.c CC libretro-common/audio/resampler/drivers/sinc_resampler.c CC libretro-common/audio/resampler/drivers/nearest_resampler.c CC libretro-common/utils/md5.c CC playlist.c CC libretro-common/features/features_cpu.c CC verbosity.c CC libretro-common/playlists/label_sanitization.c CC libretro-common/time/rtime.c CC manual_content_scan.c CC disk_control_interface.c CC tasks/task_audio_mixer.c CC libretro-common/audio/audio_mix.c CC libretro-common/audio/audio_mixer.c CC audio/drivers_resampler/cc_resampler.c CC intl/msg_hash_de.c CC intl/msg_hash_eo.c CC intl/msg_hash_es.c CC intl/msg_hash_fr.c CC intl/msg_hash_it.c CC intl/msg_hash_ja.c CC intl/msg_hash_ko.c CC intl/msg_hash_nl.c CC intl/msg_hash_pl.c CC intl/msg_hash_pt_br.c CC intl/msg_hash_pt_pt.c CC intl/msg_hash_ru.c CC intl/msg_hash_vn.c CC intl/msg_hash_chs.c CC intl/msg_hash_cht.c CC intl/msg_hash_ar.c CC intl/msg_hash_el.c CC intl/msg_hash_tr.c CC intl/msg_hash_sk.c CC intl/msg_hash_fa.c CC intl/msg_hash_he.c CC intl/msg_hash_ast.c CC libretro-common/formats/image_texture.c CC cores/libretro-imageviewer/image_core.c CC libretro-db/bintree.c CC libretro-db/libretrodb.c CC libretro-db/query.c CC libretro-db/rmsgpack.c CC libretro-db/rmsgpack_dom.c CC database_info.c CC tasks/task_database.c CC tasks/task_database_cue.c CC menu/menu_explore.c menu/menu_explore.c:306:25: warning: unused function 'ex_hashmap32_strgetnum' [-Wunused-function] static INLINE uintptr_t ex_hashmap32_strgetnum( ^ menu/menu_explore.c:311:20: warning: unused function 'ex_hashmap32_strsetnum' [-Wunused-function] static INLINE void ex_hashmap32_strsetnum(ex_hashmap32* map, ^ 2 warnings generated. CC audio/drivers/coreaudio.c audio/drivers/coreaudio.c:18:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ audio/drivers/coreaudio.c:149:25: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] propaddr.mElement = kAudioObjectPropertyElementMaster; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kAudioObjectPropertyElementMain /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain ^ 2 warnings generated. CC gfx/drivers_font_renderer/coretext.c OBJC frontend/drivers/platform_darwin.m frontend/drivers/platform_darwin.m:802:20: warning: unused function 'frontend_darwin_get_cpu_model_name' [-Wunused-function] static const char* frontend_darwin_get_cpu_model_name(void) ^ 1 warning generated. CC audio/drivers/jack.c CC libretro-common/audio/conversion/s16_to_float.c CC libretro-common/audio/conversion/float_to_s16.c CC libretro-common/formats/wav/rwav.c CC menu/drivers/rgui.c CC menu/drivers/materialui.c CC menu/drivers/xmb.c CC menu/drivers/ozone/ozone.c CC menu/drivers/ozone/ozone_entries.c CC menu/drivers/ozone/ozone_display.c CC menu/drivers/ozone/ozone_texture.c CC menu/drivers/ozone/ozone_theme.c In file included from menu/drivers/ozone/ozone_theme.c:18: menu/drivers/ozone/../../../config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ 1 warning generated. CC menu/drivers/ozone/ozone_sidebar.c CC menu/menu_setting.c In file included from menu/menu_setting.c:43: menu/../config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ menu/menu_setting.c:2897:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ menu/menu_setting.c:11509:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ 3 warnings generated. CC menu/cbs/menu_cbs_ok.c In file included from menu/cbs/menu_cbs_ok.c:38: menu/cbs/../../config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ 1 warning generated. CC menu/cbs/menu_cbs_cancel.c CC menu/cbs/menu_cbs_select.c CC menu/cbs/menu_cbs_start.c In file included from menu/cbs/menu_cbs_start.c:48: menu/cbs/../../config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ 1 warning generated. CC menu/cbs/menu_cbs_info.c CC menu/cbs/menu_cbs_refresh.c CC menu/cbs/menu_cbs_left.c CC menu/cbs/menu_cbs_right.c CC menu/cbs/menu_cbs_deferred_push.c CC menu/cbs/menu_cbs_scan.c CC menu/cbs/menu_cbs_get_value.c CC menu/cbs/menu_cbs_label.c CC menu/cbs/menu_cbs_sublabel.c CC menu/cbs/menu_cbs_title.c CC menu/cbs/menu_cbs_up.c CC menu/cbs/menu_cbs_down.c CC menu/cbs/menu_cbs_contentlist_switch.c CC menu/menu_displaylist.c CC gfx/gfx_widgets.c CC gfx/widgets/gfx_widget_screenshot.c CC gfx/widgets/gfx_widget_volume.c CC gfx/widgets/gfx_widget_generic_message.c CC gfx/widgets/gfx_widget_libretro_message.c CC gfx/widgets/gfx_widget_progress_message.c CC gfx/widgets/gfx_widget_load_content_animation.c CC gfx/widgets/gfx_widget_achievement_popup.c CC tasks/task_overlay.c CC led/drivers/led_overlay.c CC gfx/video_layout.c CC gfx/video_layout/view.c CC gfx/video_layout/element.c CC gfx/video_layout/component.c CC gfx/video_layout/internal.c CC gfx/video_layout/scope.c CC gfx/video_layout/load.c CC gfx/drivers_font_renderer/stb.c CC gfx/drivers_font_renderer/stb_unicode.c CC gfx/drivers_font_renderer/freetype.c CC libretro-common/rthreads/rthreads.c CC gfx/video_thread_wrapper.c CC audio/audio_thread_wrapper.c CC libretro-common/formats/xml/rxml.c CC libretro-common/formats/logiqx_dat/logiqx_dat.c CC deps/yxml/yxml.c CC input/drivers_hid/iohidmanager_hid.c input/drivers_hid/iohidmanager_hid.c:726:21: warning: enumeration value 'kIOHIDElementTypeInput_NULL' not handled in switch [-Wswitch] switch (type) ^ input/drivers_hid/iohidmanager_hid.c:726:21: note: add missing switch cases switch (type) ^ input/drivers_hid/iohidmanager_hid.c:791:21: warning: enumeration value 'kIOHIDElementTypeInput_NULL' not handled in switch [-Wswitch] switch (type) ^ input/drivers_hid/iohidmanager_hid.c:791:21: note: add missing switch cases switch (type) ^ 2 warnings generated. CC input/drivers_joypad/hid_joypad.c CC input/connect/joypad_connection.c CC input/connect/connect_ps2adapter.c CC input/connect/connect_psxadapter.c CC input/connect/connect_ps3.c CC input/connect/connect_ps4.c CC input/connect/connect_wii.c CC input/connect/connect_retrode.c CC input/connect/connect_nesusb.c CC input/connect/connect_snesusb.c CC input/connect/connect_wiiupro.c CC input/connect/connect_wiiugca.c CC gfx/drivers_context/gfx_null_ctx.c CC gfx/drivers/gl.c In file included from gfx/drivers/gl.c:59: gfx/drivers/../common/gl_common.h:263:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers/gl.c:59: gfx/drivers/../common/gl_common.h:264:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers/gl.c:59: gfx/drivers/../common/gl_common.h:265:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers/gl.c:59: gfx/drivers/../common/gl_common.h:266:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers/gl.c:59: gfx/drivers/../common/gl_common.h:267:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, min_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:331:7: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(target, level, internalFormat, width, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1629:21: note: 'glTexImage2D' has been explicitly marked deprecated here GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:343:4: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:344:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:345:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, *texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:465:4: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(gl->vp.x, gl->vp.y, gl->vp.width, gl->vp.height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:530:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, chain->fbo_texture[i - 1]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:538:7: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:565:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:570:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_FRAMEBUFFER_SRGB); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:597:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, chain->fbo_texture[chain->fbo_pass - 1]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:606:4: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:633:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:646:10: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &gl->fbo_feedback_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:658:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(chain->fbo_pass, chain->fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:689:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:721:7: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0.0f, 0.0f, 0.0f, 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:722:7: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:888:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(chain->fbo_pass, chain->fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:897:7: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &gl->fbo_feedback_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:903:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:924:4: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_SIZE, &max_size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1655:21: note: 'glGetIntegerv' has been explicitly marked deprecated here GLAPI void APIENTRY glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1027:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->texture[gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1042:7: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_FRAMEBUFFER_SRGB); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1148:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(chain->fbo_pass, chain->fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1175:4: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_SIZE, &max_fbo_size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1655:21: note: 'glGetIntegerv' has been explicitly marked deprecated here GLAPI void APIENTRY glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1176:4: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(RARCH_GL_MAX_RENDERBUFFER_SIZE, &max_renderbuffer_size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1655:21: note: 'glGetIntegerv' has been explicitly marked deprecated here GLAPI void APIENTRY glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1185:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1496:7: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, video_pixel_get_alignment(pitch)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1515:10: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, pitch / gl->base_size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1517:7: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1727:21: note: 'glTexSubImage2D' has been explicitly marked deprecated here GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1521:7: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1543:4: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, alignment); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1545:4: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ROW_LENGTH, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1546:4: warning: 'glReadBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadBuffer(GL_BACK); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1649:21: note: 'glReadBuffer' has been explicitly marked deprecated here GLAPI void APIENTRY glReadBuffer (GLenum mode) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1549:4: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(gl->vp.x, gl->vp.y, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1650:21: note: 'glReadPixels' has been explicitly marked deprecated here GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1705:4: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1706:4: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1629:21: note: 'glTexImage2D' has been explicitly marked deprecated here GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1776:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(num_luts, textures_lut); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1789:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1796:4: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(gl->overlays, gl->overlay_tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1871:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1874:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, width, height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1890:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->overlay_tex[i]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1891:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 4 * i, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1894:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:1900:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(gl->vp.x, gl->vp.y, gl->vp.width, gl->vp.height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2127:10: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1648:21: note: 'glPixelStorei' has been explicitly marked deprecated here GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2135:10: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1727:21: note: 'glTexSubImage2D' has been explicitly marked deprecated here GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2215:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(gl->textures, gl->texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2228:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->texture[gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2261:7: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &gl->menu_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2270:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->texture[gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2352:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2353:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2377:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLES, 0, coords.vertices); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2441:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->menu_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2451:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2455:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, width, height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2456:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2457:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(gl->vp.x, gl->vp.y, gl->vp.width, gl->vp.height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2460:7: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2462:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2503:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &gl->video_layout_fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2504:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->video_layout_fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2532:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &gl->video_layout_fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2569:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport( ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2583:4: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, gl->video_width, gl->video_height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2584:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2589:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2601:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &gl->video_layout_white_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2613:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &gl->video_layout_white_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2626:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2641:4: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2651:4: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2652:4: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2657:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2702:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, (GLuint)(uintptr_t)image_handle); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2703:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2752:7: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2755:7: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2758:7: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_DST_COLOR, GL_ZERO); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2772:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->video_layout_fbo_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2773:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2907:25: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0.0f, 0.0f, 0.0f, 0.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2908:25: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2937:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->texture[gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2967:7: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1387:7: note: expanded from macro 'gl2_renderchain_restore_default_state' glEnable(GL_TEXTURE_2D); \ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2967:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1388:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DEPTH_TEST); \ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2967:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1389:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_CULL_FACE); \ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2967:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1390:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DITHER) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2969:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_STENCIL_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2970:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2971:7: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2973:7: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0.0f, 0.0f, 0.0f, 1.0f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3000:4: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3023:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3077:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3107:7: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3121:7: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3180:4: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(gl->textures, gl->texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3184:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &gl->menu_texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3667:4: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetError(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1653:23: note: 'glGetError' has been explicitly marked deprecated here GLAPI GLenum APIENTRY glGetError (void) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3669:28: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] vendor = (const char*)glGetString(GL_VENDOR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3670:28: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] renderer = (const char*)glGetString(GL_RENDERER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3671:28: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] version = (const char*)glGetString(GL_VERSION); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3735:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1387:7: note: expanded from macro 'gl2_renderchain_restore_default_state' glEnable(GL_TEXTURE_2D); \ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3735:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1388:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DEPTH_TEST); \ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3735:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1389:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_CULL_FACE); \ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3735:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gl2_renderchain_restore_default_state(gl); ^ gfx/drivers/gl.c:1390:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DITHER) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:3747:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:4047:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->texture[gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:4088:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, gl->texture[gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:4128:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(gl->textures, gl->texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:4280:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(num_images, gl->overlay_tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:4429:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:4519:4: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &glid); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ 121 warnings generated. CC libretro-common/gfx/gl_capabilities.c libretro-common/gfx/gl_capabilities.c:60:7: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_NUM_EXTENSIONS, &exts); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1655:21: note: 'glGetIntegerv' has been explicitly marked deprecated here GLAPI void APIENTRY glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.5, 10.14); ^ libretro-common/gfx/gl_capabilities.c:74:38: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *str = (const char*)glGetString(GL_EXTENSIONS); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ libretro-common/gfx/gl_capabilities.c:83:16: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] int error = glGetError(); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1653:23: note: 'glGetError' has been explicitly marked deprecated here GLAPI GLenum APIENTRY glGetError (void) OPENGL_DEPRECATED(10.5, 10.14); ^ libretro-common/gfx/gl_capabilities.c:112:40: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *vendor = (const char*)glGetString(GL_VENDOR); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ libretro-common/gfx/gl_capabilities.c:113:40: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *renderer = (const char*)glGetString(GL_RENDERER); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ libretro-common/gfx/gl_capabilities.c:114:40: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *version = (const char*)glGetString(GL_VERSION); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1656:32: note: 'glGetString' has been explicitly marked deprecated here GLAPI const GLubyte * APIENTRY glGetString (GLenum name) OPENGL_DEPRECATED(10.5, 10.14); ^ libretro-common/gfx/gl_capabilities.c:254:13: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_SIZE, &max_texture_size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1655:21: note: 'glGetIntegerv' has been explicitly marked deprecated here GLAPI void APIENTRY glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.5, 10.14); ^ 7 warnings generated. CC gfx/drivers_font/gl_raster_font.c In file included from gfx/drivers_font/gl_raster_font.c:24: gfx/drivers_font/../common/gl_common.h:263:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_font/gl_raster_font.c:24: gfx/drivers_font/../common/gl_common.h:264:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_font/gl_raster_font.c:24: gfx/drivers_font/../common/gl_common.h:265:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_font/gl_raster_font.c:24: gfx/drivers_font/../common/gl_common.h:266:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_font/gl_raster_font.c:24: gfx/drivers_font/../common/gl_common.h:267:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, min_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:79:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &font->tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:136:7: warning: 'glTexParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_SWIZZLE_RGBA, swizzle); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1627:21: note: 'glTexParameteriv' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:172:4: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage2D(GL_TEXTURE_2D, 0, gl_internal, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1629:21: note: 'glTexImage2D' has been explicitly marked deprecated here GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:208:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &font->tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:222:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, font->gl->texture[font->gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:279:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLES, 0, coords->vertices); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:409:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:410:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:413:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, font->tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:516:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:518:10: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:551:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, font->gl->texture[font->gl->tex_index]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:553:7: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ 18 warnings generated. CC gfx/drivers_display/gfx_display_gl.c In file included from gfx/drivers_display/gfx_display_gl.c:24: gfx/drivers_display/../common/gl_common.h:263:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_display/gfx_display_gl.c:24: gfx/drivers_display/../common/gl_common.h:264:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_display/gfx_display_gl.c:24: gfx/drivers_display/../common/gl_common.h:265:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_display/gfx_display_gl.c:24: gfx/drivers_display/../common/gl_common.h:266:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_display/gfx_display_gl.c:24: gfx/drivers_display/../common/gl_common.h:267:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, min_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:125:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:126:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:134:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:141:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(draw->x, draw->y, draw->width, draw->height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:246:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, (GLuint)draw->texture); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:254:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(gfx_display_prim_to_gl_enum( ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:281:10: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:284:10: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: 'glBlendFunc' has been explicitly marked deprecated here GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:341:4: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0.0f, 0.0f, 0.0f, 0.00f); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:351:4: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(clearcolor->r, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:353:4: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:377:4: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, video_height - y - height, width, height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1623:21: note: 'glScissor' has been explicitly marked deprecated here GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:378:4: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:397:4: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(0, 0, video_width, video_height); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1623:21: note: 'glScissor' has been explicitly marked deprecated here GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_display/gfx_display_gl.c:398:4: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ 20 warnings generated. CC libretro-common/glsym/rglgen.c CC libretro-common/glsym/glsym_gl.c CC gfx/drivers_context/cgl_ctx.c gfx/drivers_context/cgl_ctx.c:71:4: warning: 'CGLSetParameter' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLSetParameter(cgl->glCtx, kCGLCPSwapInterval, ¶ms); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:87:17: note: 'CGLSetParameter' has been explicitly marked deprecated here extern CGLError CGLSetParameter(CGLContextObj ctx, CGLContextParameter pname, const GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:102:4: warning: 'CGLFlushDrawable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLFlushDrawable(cgl->glCtx); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:79:17: note: 'CGLFlushDrawable' has been explicitly marked deprecated here extern CGLError CGLFlushDrawable(CGLContextObj ctx) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:116:7: warning: 'CGLDestroyContext' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLDestroyContext(cgl->glCtx); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:49:17: note: 'CGLDestroyContext' has been explicitly marked deprecated here extern CGLError CGLDestroyContext(CGLContextObj ctx) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:184:4: warning: 'CGLChoosePixelFormat' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLChoosePixelFormat(attributes, &pix, &num); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:31:17: note: 'CGLChoosePixelFormat' has been explicitly marked deprecated here extern CGLError CGLChoosePixelFormat(const CGLPixelFormatAttribute *attribs, CGLPixelFormatObj OPENGL_NULLABLE * OPENGL_NONNULL pix, GLint *npix) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:185:4: warning: 'CGLCreateContext' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLCreateContext(pix, NULL, &glCtx); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:48:17: note: 'CGLCreateContext' has been explicitly marked deprecated here extern CGLError CGLCreateContext(CGLPixelFormatObj pix, CGLContextObj OPENGL_NULLABLE share, CGLContextObj OPENGL_NULLABLE * OPENGL_NONNULL ctx) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:186:4: warning: 'CGLDestroyPixelFormat' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLDestroyPixelFormat(pix); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:32:17: note: 'CGLDestroyPixelFormat' has been explicitly marked deprecated here extern CGLError CGLDestroyPixelFormat(CGLPixelFormatObj pix) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:188:4: warning: 'CGLSetParameter' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLSetParameter(glCtx, kCGLCPSwapInterval, ¶ms); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:87:17: note: 'CGLSetParameter' has been explicitly marked deprecated here extern CGLError CGLSetParameter(CGLContextObj ctx, CGLContextParameter pname, const GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cgl_ctx.c:237:5: warning: 'CGLGetParameter' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] CGLGetParameter(glCtx, kCGLCPHasDrawable, ¶ms); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:88:17: note: 'CGLGetParameter' has been explicitly marked deprecated here extern CGLError CGLGetParameter(CGLContextObj ctx, CGLContextParameter pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ 8 warnings generated. CC gfx/drivers/sdl2_gfx.c CC gfx/common/sdl2_common.c CC input/drivers/sdl_input.c CC input/drivers_joypad/sdl_joypad.c input/drivers_joypad/sdl_joypad.c:103:14: warning: variable 'guid_ptr' set but not used [-Wunused-but-set-variable] uint16_t *guid_ptr = NULL; ^ 1 warning generated. CC audio/drivers/sdl_audio.c CC gfx/drivers_context/sdl_gl_ctx.c In file included from gfx/drivers_context/sdl_gl_ctx.c:27: gfx/drivers_context/../common/gl_common.h:263:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_context/sdl_gl_ctx.c:27: gfx/drivers_context/../common/gl_common.h:264:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_context/sdl_gl_ctx.c:27: gfx/drivers_context/../common/gl_common.h:265:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_context/sdl_gl_ctx.c:27: gfx/drivers_context/../common/gl_common.h:266:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_context/sdl_gl_ctx.c:27: gfx/drivers_context/../common/gl_common.h:267:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, min_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ 5 warnings generated. CC gfx/drivers_shader/shader_glsl.c In file included from gfx/drivers_shader/shader_glsl.c:33: gfx/drivers_shader/../common/gl_common.h:263:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_shader/shader_glsl.c:33: gfx/drivers_shader/../common/gl_common.h:264:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_shader/shader_glsl.c:33: gfx/drivers_shader/../common/gl_common.h:265:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_shader/shader_glsl.c:33: gfx/drivers_shader/../common/gl_common.h:266:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ In file included from gfx/drivers_shader/shader_glsl.c:33: gfx/drivers_shader/../common/gl_common.h:267:4: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, min_filter); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_shader/shader_glsl.c:699:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(glsl->shader->luts, glsl->lut_textures); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_shader/shader_glsl.c:1212:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, glsl->lut_textures[i]); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_shader/shader_glsl.c:1225:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, info->tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_shader/shader_glsl.c:1261:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, feedback_info->tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_shader/shader_glsl.c:1297:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, fbo_info[i].tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_shader/shader_glsl.c:1335:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, prev_info[i].tex); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ 11 warnings generated. CC gfx/video_shader_parse.c CC libretro-common/file/archive_file.c CC libretro-common/streams/trans_stream.c CC libretro-common/streams/trans_stream_pipe.c CC libretro-common/file/archive_file_7z.c CC deps/7zip/7zIn.c CC deps/7zip/Bra86.c CC deps/7zip/7zFile.c CC deps/7zip/7zStream.c CC deps/7zip/LzFind.c CC deps/7zip/LzmaDec.c CC deps/7zip/LzmaEnc.c CC deps/7zip/7zCrcOpt.c CC deps/7zip/Bra.c CC deps/7zip/7zDec.c CC deps/7zip/Bcj2.c CC deps/7zip/7zCrc.c CC deps/7zip/Lzma2Dec.c CC deps/7zip/7zBuf.c CC deps/ibxm/ibxm.c CC libretro-common/file/archive_file_zlib.c CC libretro-common/streams/trans_stream_zlib.c CC libretro-common/streams/rzip_stream.c CC libretro-common/formats/libchdr/libchdr_bitstream.c CC libretro-common/formats/libchdr/libchdr_cdrom.c CC libretro-common/formats/libchdr/libchdr_chd.c libretro-common/formats/libchdr/libchdr_chd.c:494:20: warning: unused function 'map_assemble' [-Wunused-function] static INLINE void map_assemble(UINT8 *base, map_entry *entry) ^ 1 warning generated. CC libretro-common/formats/libchdr/libchdr_huffman.c CC libretro-common/streams/chd_stream.c CC libretro-common/formats/libchdr/libchdr_zlib.c CC libretro-common/formats/libchdr/libchdr_flac.c CC libretro-common/formats/libchdr/libchdr_flac_codec.c CC libretro-common/formats/libchdr/libchdr_lzma.c CC libretro-common/formats/tga/rtga.c CC libretro-common/formats/png/rpng.c CC libretro-common/formats/png/rpng_encode.c CC libretro-common/formats/jpeg/rjpeg.c CC libretro-common/formats/bmp/rbmp.c CC libretro-common/formats/bmp/rbmp_encode.c CC libretro-common/formats/json/jsonsax.c CC libretro-common/formats/json/jsonsax_full.c CC libretro-common/formats/image_transfer.c CC libretro-common/formats/m3u/m3u_file.c CC libretro-common/net/net_compat.c CC libretro-common/net/net_http.c CC libretro-common/net/net_http_parse.c CC libretro-common/net/net_socket.c CC libretro-common/net/net_natt.c CC core_updater_list.c CC network/net_http_special.c CC tasks/task_http.c CC tasks/task_netplay_lan_scan.c CC tasks/task_netplay_nat_traversal.c CC tasks/task_bluetooth.c CC tasks/task_wifi.c CC tasks/task_pl_thumbnail_download.c CC tasks/task_netplay_find_content.c CC tasks/task_core_updater.c CC menu/menu_networking.c CC libretro-common/net/net_socket_ssl.c CC libretro-common/net/net_ifinfo.c CC network/netplay/netplay_delta.c CC network/netplay/netplay_handshake.c CC network/netplay/netplay_init.c CC network/netplay/netplay_io.c CC network/netplay/netplay_keyboard.c CC network/netplay/netplay_sync.c CC network/netplay/netplay_discovery.c CC network/netplay/netplay_buf.c CC network/netplay/netplay_room_parse.c CC cheevos/cheevos.c CC cheevos/badges.c CC cheevos/fixup.c CC cheevos/parser.c CC cheevos/hash.c CC libretro-common/formats/cdfs/cdfs.c CC deps/rcheevos/src/rcheevos/alloc.c CC deps/rcheevos/src/rcheevos/compat.c CC deps/rcheevos/src/rcheevos/condition.c CC deps/rcheevos/src/rcheevos/condset.c CC deps/rcheevos/src/rcheevos/consoleinfo.c CC deps/rcheevos/src/rcheevos/format.c CC deps/rcheevos/src/rcheevos/lboard.c CC deps/rcheevos/src/rcheevos/memref.c CC deps/rcheevos/src/rcheevos/operand.c CC deps/rcheevos/src/rcheevos/richpresence.c CC deps/rcheevos/src/rcheevos/runtime.c CC deps/rcheevos/src/rcheevos/runtime_progress.c CC deps/rcheevos/src/rcheevos/trigger.c CC deps/rcheevos/src/rcheevos/value.c CC deps/rcheevos/src/rhash/hash.c CC deps/rcheevos/src/rurl/url.c CC cores/libretro-net-retropad/net_retropad_core.c CC tasks/task_decompress.c CC input/drivers/cocoa_input.c In file included from input/drivers/cocoa_input.c:28: In file included from input/drivers/cocoa_input.h:24: input/drivers/../../config.def.h:622:7: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #elif TARGET_OS_TV ^ 1 warning generated. CC input/drivers_keyboard/keyboard_event_apple.c input/drivers_keyboard/keyboard_event_apple.c:31:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ input/drivers_keyboard/keyboard_event_apple.c:56:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ input/drivers_keyboard/keyboard_event_apple.c:277:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ input/drivers_keyboard/keyboard_event_apple.c:284:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ 4 warnings generated. OBJC ui/drivers/ui_cocoa.m ui/drivers/ui_cocoa.m:107:14: warning: 'NSFlagsChanged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSFlagsChanged: ^~~~~~~~~~~~~~ NSEventTypeFlagsChanged /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:76:26: note: 'NSFlagsChanged' has been explicitly marked deprecated here static const NSEventType NSFlagsChanged API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeFlagsChanged", macos(10.0,10.12)) = NSEventTypeFlagsChanged; ^ ui/drivers/ui_cocoa.m:161:14: warning: 'NSScrollWheel' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSScrollWheel: ^~~~~~~~~~~~~ NSEventTypeScrollWheel /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:82:26: note: 'NSScrollWheel' has been explicitly marked deprecated here static const NSEventType NSScrollWheel API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeScrollWheel", macos(10.0,10.12)) = NSEventTypeScrollWheel; ^ ui/drivers/ui_cocoa.m:593:35: warning: 'openFile:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openURL:] instead. [-Wdeprecated-declarations] [[NSWorkspace sharedWorkspace] openFile:BOXSTRING(path_dir_libretro)]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:374:1: note: 'openFile:' has been explicitly marked deprecated here - (BOOL)openFile:(NSString *)fullPath API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0, 11.0)); ^ ui/drivers/ui_cocoa.m:663:23: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if (argv[1] != '\0') ^~~~ (void *)0 4 warnings generated. OBJC ui/drivers/cocoa/ui_cocoa_window.m ui/drivers/cocoa/ui_cocoa_window.m:77:78: warning: 'NSColorPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [[cocoa_view window] registerForDraggedTypes:[NSArray arrayWithObjects:NSColorPboardType, NSFilenamesPboardType, nil]]; ^~~~~~~~~~~~~~~~~ NSPasteboardTypeColor /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:318:32: note: 'NSColorPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSColorPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeColor", macos(10.0,10.14)); ^ ui/drivers/cocoa/ui_cocoa_window.m:77:97: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] [[cocoa_view window] registerForDraggedTypes:[NSArray arrayWithObjects:NSColorPboardType, NSFilenamesPboardType, nil]]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ 2 warnings generated. OBJC ui/drivers/cocoa/ui_cocoa_browser_window.m ui/drivers/cocoa/ui_cocoa_browser_window.m:37:14: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [panel setAllowedFileTypes:filetypes]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here ui/drivers/cocoa/ui_cocoa_browser_window.m:43:15: warning: 'runModalForDirectory:file:' is deprecated: first deprecated in macOS 10.6 - Use -runModal instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'. [-Wdeprecated-declarations] if ([panel runModalForDirectory:BOXSTRING(state->startdir) file:nil] != 1) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:208:1: note: 'runModalForDirectory:file:' has been explicitly marked deprecated here - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name API_DEPRECATED("Use -runModal instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6)); ^ 2 warnings generated. OBJC ui/drivers/cocoa/ui_cocoa_msg_window.m ui/drivers/cocoa/ui_cocoa_msg_window.m:90:12: warning: 'beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: first deprecated in macOS 10.10 - Use -beginSheetModalForWindow:completionHandler: instead [-Wdeprecated-declarations] [alert beginSheetModalForWindow:ui_companion_driver_get_main_window() ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:137:1: note: 'beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:' has been explicitly marked deprecated here - (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use -beginSheetModalForWindow:completionHandler: instead", macos(10.3,10.10)); ^ 1 warning generated. OBJC ui/drivers/cocoa/ui_cocoa_application.m OBJC ui/drivers/cocoa/cocoa_common.m ui/drivers/cocoa/cocoa_common.m:86:60: warning: 'NSColorPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [self registerForDraggedTypes:[NSArray arrayWithObjects:NSColorPboardType, NSFilenamesPboardType, nil]]; ^~~~~~~~~~~~~~~~~ NSPasteboardTypeColor /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:318:32: note: 'NSColorPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSColorPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeColor", macos(10.0,10.14)); ^ ui/drivers/cocoa/cocoa_common.m:86:79: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] [self registerForDraggedTypes:[NSArray arrayWithObjects:NSColorPboardType, NSFilenamesPboardType, nil]]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ ui/drivers/cocoa/cocoa_common.m:144:41: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] if ( [[pboard types] containsObject:NSFilenamesPboardType] ) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ ui/drivers/cocoa/cocoa_common.m:157:41: warning: 'NSURLPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] if ( [[pboard types] containsObject:NSURLPboardType]) ^~~~~~~~~~~~~~~ NSPasteboardTypeURL /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:321:32: note: 'NSURLPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSURLPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeURL", macos(10.0,10.14)); ^ 4 warnings generated. OBJC gfx/drivers_context/cocoa_gl_ctx.m gfx/drivers_context/cocoa_gl_ctx.m:21:5: warning: 'TARGET_OS_IPHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] #if TARGET_OS_IPHONE ^ gfx/drivers_context/cocoa_gl_ctx.m:72:8: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] static GLContextClass* g_hw_ctx = NULL; ^ gfx/drivers_context/../../ui/drivers/cocoa/cocoa_common.h:40:24: note: expanded from macro 'GLContextClass' #define GLContextClass NSOpenGLContext ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject <NSLocking> ^ gfx/drivers_context/cocoa_gl_ctx.m:73:8: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] static GLContextClass* g_context = NULL; ^ gfx/drivers_context/../../ui/drivers/cocoa/cocoa_common.h:40:24: note: expanded from macro 'GLContextClass' #define GLContextClass NSOpenGLContext ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject <NSLocking> ^ gfx/drivers_context/cocoa_gl_ctx.m:117:8: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] static NSOpenGLPixelFormat* g_format; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:115:12: note: 'NSOpenGLPixelFormat' has been explicitly marked deprecated here @interface NSOpenGLPixelFormat : NSObject <NSCoding> ^ gfx/drivers_context/cocoa_gl_ctx.m:297:26: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] [GLContextClass clearCurrentContext]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject <NSLocking> ^ gfx/drivers_context/cocoa_gl_ctx.m:309:26: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] [GLContextClass clearCurrentContext]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject <NSLocking> ^ gfx/drivers_context/cocoa_gl_ctx.m:602:51: warning: 'NSOpenGLCPSwapInterval' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [g_context setValues:&value forParameter:NSOpenGLCPSwapInterval]; ^~~~~~~~~~~~~~~~~~~~~~ NSOpenGLContextParameterSwapInterval /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:258:39: note: 'NSOpenGLCPSwapInterval' has been explicitly marked deprecated here static const NSOpenGLContextParameter NSOpenGLCPSwapInterval API_DEPRECATED_WITH_REPLACEMENT("NSOpenGLContextParameterSwapInterval", macos(10.5,10.14)) = NSOpenGLContextParameterSwapInterval; ^ gfx/drivers_context/cocoa_gl_ctx.m:720:21: warning: 'setWantsBestResolutionOpenGLSurface:' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView instead. [-Wdeprecated-declarations] [g_view setWantsBestResolutionOpenGLSurface:YES]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:47:16: note: property 'wantsBestResolutionOpenGLSurface' is declared deprecated here @property BOOL wantsBestResolutionOpenGLSurface API_DEPRECATED("Use NSOpenGLView instead.", macos(10.7,10.14)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:47:16: note: 'setWantsBestResolutionOpenGLSurface:' has been explicitly marked deprecated here gfx/drivers_context/cocoa_gl_ctx.m:722:10: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPixelFormatAttribute attributes [] = { ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:101:18: note: 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cocoa_gl_ctx.m:723:13: warning: 'NSOpenGLPFAColorSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFAColorSize, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:64:5: note: 'NSOpenGLPFAColorSize' has been explicitly marked deprecated here NSOpenGLPFAColorSize NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 8, /* number of color buffer bits */ ^ gfx/drivers_context/cocoa_gl_ctx.m:725:13: warning: 'NSOpenGLPFADoubleBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFADoubleBuffer, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:62:5: note: 'NSOpenGLPFADoubleBuffer' has been explicitly marked deprecated here NSOpenGLPFADoubleBuffer NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 5, /* choose a double buffered pixel format */ ^ gfx/drivers_context/cocoa_gl_ctx.m:726:13: warning: 'NSOpenGLPFAAllowOfflineRenderers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFAAllowOfflineRenderers, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:84:5: note: 'NSOpenGLPFAAllowOfflineRenderers' has been explicitly marked deprecated here NSOpenGLPFAAllowOfflineRenderers NS_OPENGL_ENUM_DEPRECATED(10.5, 10.14) = 96, /* allow use of offline renderers */ ^ gfx/drivers_context/cocoa_gl_ctx.m:727:13: warning: 'NSOpenGLPFADepthSize' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] NSOpenGLPFADepthSize, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:66:5: note: 'NSOpenGLPFADepthSize' has been explicitly marked deprecated here NSOpenGLPFADepthSize NS_OPENGL_ENUM_DEPRECATED(10.0, 10.14) = 12, /* number of depth buffer bits */ ^ gfx/drivers_context/cocoa_gl_ctx.m:728:14: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] (NSOpenGLPixelFormatAttribute)16, // 16 bit depth buffer ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:101:18: note: 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cocoa_gl_ctx.m:731:14: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] (NSOpenGLPixelFormatAttribute)0 ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:101:18: note: 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10.0, 10.14); ^ gfx/drivers_context/cocoa_gl_ctx.m:737:29: warning: 'NSOpenGLPFAOpenGLProfile' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] attributes[6] = NSOpenGLPFAOpenGLProfile; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:86:5: note: 'NSOpenGLPFAOpenGLProfile' has been explicitly marked deprecated here NSOpenGLPFAOpenGLProfile NS_OPENGL_ENUM_DEPRECATED(10.7, 10.14) = 99, /* specify an OpenGL Profile to use */ ^ gfx/drivers_context/cocoa_gl_ctx.m:738:29: warning: 'NSOpenGLProfileVersion3_2Core' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] attributes[7] = NSOpenGLProfileVersion3_2Core; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:106:5: note: 'NSOpenGLProfileVersion3_2Core' has been explicitly marked deprecated here NSOpenGLProfileVersion3_2Core NS_OPENGL_ENUM_DEPRECATED(10.7, 10.14) = 0x3200, /* choose an OpenGL 3.2 Core Implementation */ ^ gfx/drivers_context/cocoa_gl_ctx.m:745:29: warning: 'NSOpenGLPFAOpenGLProfile' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] attributes[6] = NSOpenGLPFAOpenGLProfile; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:86:5: note: 'NSOpenGLPFAOpenGLProfile' has been explicitly marked deprecated here NSOpenGLPFAOpenGLProfile NS_OPENGL_ENUM_DEPRECATED(10.7, 10.14) = 99, /* specify an OpenGL Profile to use */ ^ gfx/drivers_context/cocoa_gl_ctx.m:746:29: warning: 'NSOpenGLProfileVersion4_1Core' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.) [-Wdeprecated-declarations] attributes[7] = NSOpenGLProfileVersion4_1Core; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:107:5: note: 'NSOpenGLProfileVersion4_1Core' has been explicitly marked deprecated here NSOpenGLProfileVersion4_1Core NS_OPENGL_ENUM_DEPRECATED(10.10, 10.14) = 0x4100 /* choose an OpenGL 4.1 Core Implementation */ ^ gfx/drivers_context/cocoa_gl_ctx.m:750:43: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] g_format = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:115:12: note: 'NSOpenGLPixelFormat' has been explicitly marked deprecated here @interface NSOpenGLPixelFormat : NSObject <NSCoding> ^ gfx/drivers_context/cocoa_gl_ctx.m:763:43: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] g_hw_ctx = [[NSOpenGLContext alloc] initWithFormat:g_format shareContext:nil]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject <NSLocking> ^ gfx/drivers_context/cocoa_gl_ctx.m:764:40: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] g_context = [[NSOpenGLContext alloc] initWithFormat:g_format shareContext:(cocoa_ctx->use_hw_ctx) ? g_hw_ctx : nil]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject <NSLocking> ^ gfx/drivers_context/cocoa_gl_ctx.m:765:21: warning: 'setView:' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView to provide OpenGL content in a Cocoa app. [-Wdeprecated-declarations] [g_context setView:g_view]; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: property 'view' is declared deprecated here @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14)); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:194:1: note: 'setView:' has been explicitly marked deprecated here - (void)setView:(nullable NSView *)view NS_SWIFT_UI_ACTOR API_DEPRECATED("Use NSOpenGLView to provide OpenGL content in a Cocoa app.", macos(10.0,10.14)); ^ 23 warnings generated. LD retroarch *** Please use pkgtools/verifypc to sanity check dependencies.