=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for retroarch-1.8.8nb6 CC tasks/task_patch.c CC intl/msg_hash_us.c CC tasks/task_content.c CC msg_hash.c CC libretro-common/queues/task_queue.c CC version_git.c CC retroarch.c CC frontend/frontend_driver.c CC tasks/task_save.c CC tasks/task_file_transfer.c In file included from retroarch.c:184: ./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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:184: ./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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:184: ./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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:184: ./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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:184: ./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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ CC tasks/task_image.c CC tasks/task_playlist_manager.c CC tasks/task_manual_content_scan.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/dir_list.c CC libretro-common/file/retro_dirent.c CC libretro-common/lists/file_list.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/media/media_detect_cd.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 input/input_mapper.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 CC libretro-common/dynamic/dylib.c CC cores/dynamic_dummy.c CC managers/state_manager.c CC libretro-common/queues/message_queue.c CC gfx/drivers_font_renderer/bitmapfont.c CC tasks/task_autodetect.c CC input/input_autodetect_builtin.c CC input/input_keymaps.c 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 libretro-common/file/config_file.c CC core_info.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 CC gfx/video_filter.c CC libretro-common/audio/resampler/audio_resampler.c CC libretro-common/audio/dsp_filter.c gfx/font_driver.c:928:29: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] if (next_id > 0x20 || next_id < 0x50) ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ gfx/font_driver.c:920:30: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] if (prev1_id > 0x20 || prev1_id < 0x50) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ gfx/font_driver.c:905:33: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] if (prev2_id > 0x20 || prev2_id < 0x50) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ CC libretro-common/audio/resampler/drivers/sinc_resampler.c CC libretro-common/audio/resampler/drivers/nearest_resampler.c CC libretro-common/utils/md5.c 3 warnings generated. CC libretro-common/features/features_cpu.c CC playlist.c CC performance_counters.c CC verbosity.c CC libretro-common/playlists/label_sanitization.c libretro-common/features/features_cpu.c:329:17: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "=r"(r) ^ libretro-common/features/features_cpu.c:325:16: note: use constraint modifier "w" "fmrx %0, fpscr \n\t" /* r0 = FPSCR */ ^~ %w0 libretro-common/features/features_cpu.c:329:17: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "=r"(r) ^ libretro-common/features/features_cpu.c:326:15: note: use constraint modifier "w" "and %0, %0, %1 \n\t" /* r0 = r0 & 0x04086060 */ ^~ %w0 libretro-common/features/features_cpu.c:329:17: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "=r"(r) ^ libretro-common/features/features_cpu.c:326:19: note: use constraint modifier "w" "and %0, %0, %1 \n\t" /* r0 = r0 & 0x04086060 */ ^~ %w0 libretro-common/features/features_cpu.c:330:16: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "r"(x), "r"(y) ^ libretro-common/features/features_cpu.c:326:23: note: use constraint modifier "w" "and %0, %0, %1 \n\t" /* r0 = r0 & 0x04086060 */ ^~ %w1 libretro-common/features/features_cpu.c:329:17: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "=r"(r) ^ libretro-common/features/features_cpu.c:327:15: note: use constraint modifier "w" "orr %0, %0, %2 \n\t" /* r0 = r0 | 0x03000000 */ ^~ %w0 libretro-common/features/features_cpu.c:329:17: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "=r"(r) ^ libretro-common/features/features_cpu.c:327:19: note: use constraint modifier "w" "orr %0, %0, %2 \n\t" /* r0 = r0 | 0x03000000 */ ^~ %w0 libretro-common/features/features_cpu.c:330:24: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "r"(x), "r"(y) ^ libretro-common/features/features_cpu.c:327:23: note: use constraint modifier "w" "orr %0, %0, %2 \n\t" /* r0 = r0 | 0x03000000 */ ^~ %w2 libretro-common/features/features_cpu.c:329:17: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] : "=r"(r) ^ libretro-common/features/features_cpu.c:328:23: note: use constraint modifier "w" "fmxr fpscr, %0 \n\t" /* FPSCR = r0 */ ^~ %w0 libretro-common/features/features_cpu.c:317:13: warning: unused function 'arm_enable_runfast_mode' [-Wunused-function] static void arm_enable_runfast_mode(void) ^ 9 warnings generated. CC manual_content_scan.c CC disk_control_interface.c CC input/input_remapping.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_tr.c CC intl/msg_hash_el.c CC intl/msg_hash_sk.c CC libretro-common/formats/image_texture.c CC cores/libretro-imageviewer/image_core.c CC libretro-db/bintree.c 5 warnings generated. CC libretro-db/query.c CC libretro-db/libretrodb.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 audio/drivers/coreaudio.c CC gfx/drivers_font_renderer/coretext.c OBJC frontend/drivers/platform_darwin.m 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 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) ^ CC menu/drivers/ozone/ozone_entries.c 1 warning generated. CC menu/drivers/ozone/ozone_display.c CC menu/drivers/ozone/ozone_texture.c CC menu/drivers/ozone/ozone_theme.c CC menu/drivers/ozone/ozone_sidebar.c CC menu/menu_shader.c CC menu/menu_setting.c CC menu/menu_driver.c CC menu/widgets/menu_filebrowser.c CC menu/widgets/menu_dialog.c CC menu/widgets/menu_input_bind_dialog.c CC menu/menu_cbs.c CC menu/cbs/menu_cbs_ok.c CC menu/cbs/menu_cbs_cancel.c CC menu/cbs/menu_cbs_select.c CC menu/cbs/menu_cbs_start.c CC menu/cbs/menu_cbs_info.c CC menu/cbs/menu_cbs_left.c CC menu/cbs/menu_cbs_refresh.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 input/input_osk.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 led/drivers/led_overlay.c CC tasks/task_overlay.c CC gfx/video_layout.c CC gfx/video_layout/view.c CC gfx/video_layout/component.c CC gfx/video_layout/element.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 CC input/drivers_joypad/hid_joypad.c CC input/connect/joypad_connection.c CC input/connect/connect_ps2adapter.c input/drivers_hid/iohidmanager_hid.c:696:21: warning: enumeration value 'kIOHIDElementTypeInput_NULL' not handled in switch [-Wswitch] switch (type) ^ input/drivers_hid/iohidmanager_hid.c:696:21: note: add missing switch cases switch (type) ^ input/drivers_hid/iohidmanager_hid.c:761:21: warning: enumeration value 'kIOHIDElementTypeInput_NULL' not handled in switch [-Wswitch] switch (type) ^ input/drivers_hid/iohidmanager_hid.c:761:21: note: add missing switch cases switch (type) ^ CC input/connect/connect_psxadapter.c CC input/connect/connect_ps4.c CC input/connect/connect_ps3.c CC input/connect/connect_wii.c 2 warnings generated. CC input/connect/connect_retrode.c CC input/connect/connect_nesusb.c CC input/connect/connect_wiiupro.c CC input/connect/connect_snesusb.c CC input/connect/connect_wiiugca.c CC gfx/drivers_context/gfx_null_ctx.c CC gfx/drivers/gl.c CC libretro-common/gfx/gl_capabilities.c CC gfx/drivers_display/gfx_display_gl.c CC gfx/drivers_font/gl_raster_font.c CC libretro-common/glsym/rglgen.c CC gfx/drivers_context/cgl_ctx.c CC libretro-common/glsym/glsym_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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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]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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ libretro-common/gfx/gl_capabilities.c:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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/../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:468: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:533: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:541: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:568: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:573: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:600: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:609: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:636: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:649: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:661: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:692: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:724: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:725: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:889: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:898: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:904: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:925: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1028: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1043: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1149: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: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(GL_MAX_TEXTURE_SIZE, &max_fbo_size); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1177: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1186: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1501: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1520: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1522: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1526: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1548: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1550: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1551: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1554: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1710: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1711: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1781: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1794: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1801: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1876: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1879: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1895: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1896: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ In file included from gfx/drivers/gl.c:1899:4: warning: In file included from 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]gfx/drivers_display/gfx_display_gl.cgfx/drivers_font/gl_raster_font.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] glDisable(GL_BLEND); ^: glBindTexture(GL_TEXTURE_2D, id); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h24: 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here :1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ GLAPI void APIENTRY glDisable (GLenum cap) 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] /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.hgfx/drivers/gl.c:1905:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :1728:21: note: 'glBindTexture' has been explicitly marked deprecated here glViewport(gl->vp.x, gl->vp.y, gl->vp.width, gl->vp.height); ^ GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626:21: note: 'glTexParameteri' has been explicitly marked deprecated here /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1626gfx/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] :21: note: 'glTexParameteri' has been explicitly marked deprecated here glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode); ^ GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.5, 10.14); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.hgfx/drivers/gl.c:2136: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2144: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2224: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2237: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ :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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2270: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2279: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]); 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:gfx/drivers_font/gl_raster_font.c 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); ^ :80:7: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h1642:21: note: glDeleteTextures(1, &font->tex);'glBlendFunc' has been explicitly marked deprecated here ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14);note: 'glDeleteTextures' has been explicitly marked deprecated here :1728:21: note: 'glBindTexture' has been explicitly marked deprecated here ^ GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^7 warninggfx/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] s glDisable(GL_BLEND); ^ GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14);/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h generated ^ :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:2361: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21:gfx/drivers_font/gl_raster_font.c:137:7: warning: 'glTexParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glEnable' has been explicitly marked deprecated here glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_SWIZZLE_RGBA, swizzle); ^ GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1627gfx/drivers_display/gfx_display_gl.c:21: note: 'glTexParameteriv' has been explicitly marked deprecated here gfx/drivers/gl.c:2362:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :141:GLAPI void APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params) OPENGL_DEPRECATED(10.5, 10.14);7: warning: 'glViewport' 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2386:4: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gfx/drivers_font/gl_raster_font.c:173:4: warning: 'glTexImage2D' 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); ^ glTexImage2D(GL_TEXTURE_2D, 0, gl_internal, font->tex_width, font->tex_height, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1629:21: note: 'glTexImage2D' has been explicitly marked deprecated here glDrawArrays(GL_TRIANGLES, 0, coords.vertices); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here note: 'glViewport' has been explicitly marked deprecated here GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2450:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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_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); ^ glBindTexture(GL_TEXTURE_2D, gl->menu_texture); CC gfx/drivers/sdl2_gfx.c ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: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]gfx/drivers/gl.c:2460:4: warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here glGenTextures(1, &font->tex); ^ GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14);'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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here 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]GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14);GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ ^ glDrawArrays(gfx_display_prim_to_gl_enum( ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2464:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gfx/drivers_font/gl_raster_font.c:221:4: warning: 'glBindTexture' 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); ^ glBindTexture(GL_TEXTURE_2D, font->gl->texture[font->gl->tex_index]); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2465: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2466:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gfx/drivers_font/gl_raster_font.c:275:4: warning: 'glDrawArrays' 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); ^ glDrawArrays(GL_TRIANGLES, 0, coords->vertices); ^ gfx/drivers_display/gfx_display_gl.c:281:10: warning/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 1664:21: note: 'glViewport' has been explicitly marked deprecated here /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1719:21: note: 'glDrawArrays' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2469: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2471: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1632:21: note: 'glClearColor' has been explicitly marked deprecated here gfx/drivers/gl.c:2512:4: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ glGenTextures(1, &gl->video_layout_fbo_texture); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1730:21: note: 'glGenTextures' has been explicitly marked deprecated here 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] GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ glClearColor(clearcolor->r, ^ gfx/drivers/gl.c:2513:4: warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :1632:21: note: 'glClearColor' has been explicitly marked deprecated here glBindTexture(GL_TEXTURE_2D, gl->video_layout_fbo_texture); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' 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_font/gl_raster_font.c:405:4 : ^ warning: 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] 'glEnable' 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); ^ GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1631:21: note: 'glClear' has been explicitly marked deprecated here CC gfx/common/sdl2_common.c glEnable(GL_BLEND); ^ GLAPI void APIENTRY glClear (GLbitfield mask) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2541: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated heregfx/drivers/gl.c:2578:7: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gfx/drivers_display/gfx_display_gl.c:377:4:GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ glViewport(gfx/drivers_font/gl_raster_font.c :406:4: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1664:21: note: 'glViewport' has been explicitly marked deprecated here /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1623:21: note: 'glScissor' has been explicitly marked deprecated here GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ 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] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glEnable(GL_SCISSOR_TEST); ^ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21:gfx/drivers/gl.c/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1642:21: note: note: 'glEnable' has been explicitly marked deprecated here 'glBlendFunc' has been explicitly marked deprecated hereGLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ :2592:4: warning: 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] GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.5, 10.14); glScissor(0, 0, video_width, video_height); ^ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1623:21: gfx/drivers_font/gl_raster_font.c:409:4: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glScissor' has been explicitly marked deprecated here glBindTexture(GL_TEXTURE_2D, font->tex); 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ glViewport(0, 0, gl->video_width, gl->video_height); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.hgfx/drivers_display/gfx_display_gl.c :398:4::1664: ^21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glViewport' has been explicitly marked deprecated here glDisable(GL_SCISSOR_TEST); ^ GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.5, 10.14); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: notegfx/drivers/gl.c::: 'glBindTexture' has been explicitly marked deprecated here 1638:21:GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^2593:4: warning note: : '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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1639:21: note: 'glEnable' has been explicitly marked deprecated here 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glEnable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers_font/gl_raster_font.c:511: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1728:21: note: 'glBindTexture' has been explicitly marked deprecated here gfx/drivers/gl.c:2598:4: GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.5, 10.14); ^ 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.cgfx/drivers/gl.c:2610:4: warning:513: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ : '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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2622: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2635: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:545:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gfx/drivers/gl.c:2650: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1729:21: note: 'glDeleteTextures' has been explicitly marked deprecated here glBindTexture(GL_TEXTURE_2D, font->gl->texture[font->gl->tex_index]); ^ GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.5, 10.14); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2660:4: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] gfx/drivers_font/gl_raster_font.c:547:7: warning: 'glDisable' 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h: glDisable(GL_BLEND); 1632: ^ 21: note: 'glClearColor' has been explicitly marked deprecated here /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1638:21: note: 'glDisable' has been explicitly marked deprecated here GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.5, 10.14); ^ GLAPI void APIENTRY glDisable (GLenum cap) OPENGL_DEPRECATED(10.5, 10.14); ^ gfx/drivers/gl.c:2661: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2666: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2709: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2710: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2759: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2762: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2765: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2779: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:2780: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1388:7: note: expanded from macro 'gl2_renderchain_restore_default_state' glEnable(GL_TEXTURE_2D); \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1389:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DEPTH_TEST); \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_CULL_FACE); \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1391:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DITHER) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3076: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3106: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3118: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3177: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3181: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3661: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3663: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3664: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3665: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3729: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:1388:7: note: expanded from macro 'gl2_renderchain_restore_default_state' glEnable(GL_TEXTURE_2D); \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3729: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_DEPTH_TEST); \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3729: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_CULL_FACE); \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3729: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:1391:4: note: expanded from macro 'gl2_renderchain_restore_default_state' glDisable(GL_DITHER) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:3741: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:4038: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:4079: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:4117: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:4269: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:4410: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:4486: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ CC input/drivers/sdl_input.c 20 warnings generated. CC input/drivers_joypad/sdl_joypad.c 18 warnings generated. CC audio/drivers/sdl_audio.c CC gfx/drivers_context/sdl_gl_ctx.c CC gfx/drivers_shader/shader_glsl.c gfx/drivers_context/cgl_ctx.c:73: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:104: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:126: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:227: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:228: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:229: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:231: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:280: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ CC gfx/video_shader_parse.c 8 warnings generated. CC libretro-common/file/archive_file.c CC libretro-common/streams/trans_stream.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:698: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1204: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1217: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1253: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1289: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:1327: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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); ^ CC libretro-common/file/archive_file_7z.c CC libretro-common/streams/trans_stream_pipe.c CC deps/7zip/7zIn.c 5 warnings generated. CC deps/7zip/Bra86.c 121 warnings generated. CC deps/7zip/7zStream.c CC deps/7zip/7zFile.c CC deps/7zip/LzFind.c CC deps/7zip/LzmaDec.c 11 warnings generated. 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 CC libretro-common/formats/libchdr/libchdr_huffman.c CC libretro-common/streams/chd_stream.c libretro-common/formats/libchdr/libchdr_chd.c:490:20: warning: unused function 'map_assemble' [-Wunused-function] static INLINE void map_assemble(UINT8 *base, map_entry *entry) ^ 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/tga/rtga.c CC libretro-common/formats/libchdr/libchdr_lzma.c CC libretro-common/formats/png/rpng.c 1 warning generated. 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/image_transfer.c CC libretro-common/formats/json/jsonsax_full.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 tasks/task_http.c CC network/net_http_special.c CC tasks/task_netplay_lan_scan.c CC tasks/task_netplay_nat_traversal.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_frontend.c CC network/netplay/netplay_init.c CC network/netplay/netplay_handshake.c CC network/netplay/netplay_io.c CC network/netplay/netplay_sync.c CC network/netplay/netplay_keyboard.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/condset.c CC deps/rcheevos/src/rcheevos/condition.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 CC input/drivers_keyboard/keyboard_event_apple.c OBJC ui/drivers/ui_cocoa.m OBJC ui/drivers/cocoa/ui_cocoa_window.m OBJC ui/drivers/cocoa/ui_cocoa_browser_window.m OBJC ui/drivers/cocoa/ui_cocoa_application.m OBJC ui/drivers/cocoa/ui_cocoa_msg_window.m OBJC ui/drivers/cocoa/cocoa_common.m OBJC gfx/drivers_context/cocoa_gl_ctx.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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. ui/drivers/cocoa/cocoa_common.m:85:60: warning: 'NSColorPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [self registerForDraggedTypes:[NSArray arrayWithObjects:NSColorPboardType, NSFilenamesPboardType, nil]]; ^~~~~~~~~~~~~~~~~ NSPasteboardTypeColor /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:85: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:139: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:152:41: warning: 'NSURLPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] if ( [[pboard types] containsObject:NSURLPboardType]) ^~~~~~~~~~~~~~~ NSPasteboardTypeURL /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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)); ^ ui/drivers/ui_cocoa.m:107:14: warning: 'NSFlagsChanged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSFlagsChanged: ^~~~~~~~~~~~~~ NSEventTypeFlagsChanged /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:159:14: warning: 'NSScrollWheel' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSScrollWheel: ^~~~~~~~~~~~~ NSEventTypeScrollWheel /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:589: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:350: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:659: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. 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:136: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)); ^ 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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)); ^ 1 warning generated. 1 warning generated. gfx/drivers_context/cocoa_gl_ctx.m:69:8: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] static GLContextClass* g_hw_ctx; ^ gfx/drivers_context/../../ui/drivers/cocoa/cocoa_common.h:40:24: note: expanded from macro 'GLContextClass' #define GLContextClass NSOpenGLContext ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:70:8: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] static GLContextClass* g_context; ^ gfx/drivers_context/../../ui/drivers/cocoa/cocoa_common.h:40:24: note: expanded from macro 'GLContextClass' #define GLContextClass NSOpenGLContext ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject ^ 4 warnings generated. gfx/drivers_context/cocoa_gl_ctx.m:119:8: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] static NSOpenGLPixelFormat* g_format; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:115:12: note: 'NSOpenGLPixelFormat' has been explicitly marked deprecated here @interface NSOpenGLPixelFormat : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:299:26: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] [GLContextClass clearCurrentContext]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:311:26: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] [GLContextClass clearCurrentContext]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:599:51: warning: 'NSOpenGLCPSwapInterval' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [g_context setValues:&value forParameter:NSOpenGLCPSwapInterval]; ^~~~~~~~~~~~~~~~~~~~~~ NSOpenGLContextParameterSwapInterval /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:712:21: warning: 'setWantsBestResolutionOpenGLSurface:' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView instead. [-Wdeprecated-declarations] [g_view setWantsBestResolutionOpenGLSurface:YES]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:714: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:715: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:717: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:718: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:719: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:720: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:729: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:730: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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: '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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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:742: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:115:12: note: 'NSOpenGLPixelFormat' has been explicitly marked deprecated here @interface NSOpenGLPixelFormat : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:755: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:756: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:(g_use_hw_ctx) ? g_hw_ctx : nil]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:184:12: note: 'NSOpenGLContext' has been explicitly marked deprecated here @interface NSOpenGLContext : NSObject ^ gfx/drivers_context/cocoa_gl_ctx.m:757: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: property 'view' is declared deprecated here @property (nullable, weak) NSView *view API_DEPRECATED("", macos(10.0,10.14)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:194:1: note: 'setView:' has been explicitly marked deprecated here - (void)setView:(nullable NSView *)view API_DEPRECATED("Use NSOpenGLView to provide OpenGL content in a Cocoa app.", macos(10.0,10.14)); ^ 22 warnings generated. LD retroarch Undefined symbols for architecture arm64: "_convert_float_s16_asm", referenced from: _convert_float_to_s16 in float_to_s16.o "_convert_s16_float_asm", referenced from: _convert_s16_to_float in s16_to_float.o "_process_sinc_neon_asm", referenced from: _resampler_sinc_process_neon in sinc_resampler.o "_resampler_CC_downsample_neon", referenced from: _resampler_CC_downsample in cc_resampler.o "_resampler_CC_upsample_neon", referenced from: _resampler_CC_upsample in cc_resampler.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:201: retroarch] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/emulators/retroarch *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/emulators/retroarch