mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9cf6e41fe2
These warnings are breaking some build configurations since 2 months now (https://gitlab.com/qemu-project/qemu/-/issues/2575): ui/cocoa.m:662:14: error: 'CVDisplayLinkCreateWithCGDisplay' is deprecated: first deprecated in macOS 15.0 - use NSView.displayLink(target:selector:), NSWindow.displayLink(target:selector:), or NSScreen.displayLink(target:selector:) [-Werror,-Wdeprecated-declarations] 662 | if (!CVDisplayLinkCreateWithCGDisplay(display, &displayLink)) { | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVDisplayLink.h:89:20: note: 'CVDisplayLinkCreateWithCGDisplay' has been explicitly marked deprecated here 89 | CV_EXPORT CVReturn CVDisplayLinkCreateWithCGDisplay( | ^ ui/cocoa.m:663:29: error: 'CVDisplayLinkGetNominalOutputVideoRefreshPeriod' is deprecated: first deprecated in macOS 15.0 - use NSView.displayLink(target:selector:), NSWindow.displayLink(target:selector:), or NSScreen.displayLink(target:selector:) [-Werror,-Wdeprecated-declarations] 663 | CVTime period = CVDisplayLinkGetNominalOutputVideoRefreshPeriod(displayLink); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVDisplayLink.h:182:18: note: 'CVDisplayLinkGetNominalOutputVideoRefreshPeriod' has been explicitly marked deprecated here 182 | CV_EXPORT CVTime CVDisplayLinkGetNominalOutputVideoRefreshPeriod( CVDisplayLinkRef CV_NONNULL displayLink ); | ^ ui/cocoa.m:664:13: error: 'CVDisplayLinkRelease' is deprecated: first deprecated in macOS 15.0 - use NSView.displayLink(target:selector:), NSWindow.displayLink(target:selector:), or NSScreen.displayLink(target:selector:) [-Werror,-Wdeprecated-declarations] 664 | CVDisplayLinkRelease(displayLink); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVDisplayLink.h:249:16: note: 'CVDisplayLinkRelease' has been explicitly marked deprecated here 249 | CV_EXPORT void CVDisplayLinkRelease( CV_RELEASES_ARGUMENT CVDisplayLinkRef CV_NULLABLE displayLink ); | ^ 3 errors generated. For the next release, ignore the warnings using #pragma directives. At least until we figure the correct new API usage. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Phil Dennis-Jordan <phil@philjordan.eu> Tested-by: Phil Dennis-Jordan <phil@philjordan.eu> Message-Id: <20241121131954.98949-1-philmd@linaro.org> |
21 hours ago | |
---|---|---|
.. | ||
icons | 4 years ago | |
shader | 1 year ago | |
clipboard.c | 4 months ago | |
cocoa.m | 21 hours ago | |
console-gl.c | 1 year ago | |
console-priv.h | 9 months ago | |
console-vc-stubs.c | 9 months ago | |
console-vc.c | 1 month ago | |
console.c | 2 months ago | |
curses.c | 1 month ago | |
curses_keys.h | 1 year ago | |
cursor.c | 2 months ago | |
cursor_hidden.xpm | ||
cursor_left_ptr.xpm | ||
dbus-chardev.c | 1 year ago | |
dbus-clipboard.c | 4 months ago | |
dbus-console.c | 2 months ago | |
dbus-display1.xml | 2 months ago | |
dbus-error.c | 3 years ago | |
dbus-listener.c | 2 months ago | |
dbus-module.c | 3 years ago | |
dbus.c | 3 months ago | |
dbus.h | 1 year ago | |
dmabuf.c | 7 months ago | |
egl-context.c | 3 months ago | |
egl-headless.c | 3 months ago | |
egl-helpers.c | 3 months ago | |
gtk-clipboard.c | 3 years ago | |
gtk-egl.c | 7 months ago | |
gtk-gl-area.c | 7 months ago | |
gtk.c | 3 months ago | |
input-barrier.c | 3 years ago | |
input-barrier.h | 5 years ago | |
input-keymap.c | 4 years ago | |
input-legacy.c | 4 weeks ago | |
input-linux.c | 3 years ago | |
input.c | 2 months ago | |
kbd-state.c | 9 months ago | |
keymaps.c | 3 years ago | |
keymaps.h | 1 year ago | |
meson.build | 5 months ago | |
qemu-pixman.c | 2 months ago | |
qemu-x509.h | ||
qemu.desktop | 6 years ago | |
sdl2-2d.c | 6 months ago | |
sdl2-gl.c | 3 months ago | |
sdl2-input.c | 3 months ago | |
sdl2.c | 3 months ago | |
shader.c | 3 years ago | |
spice-app.c | 1 year ago | |
spice-core.c | 3 months ago | |
spice-display.c | 5 months ago | |
spice-input.c | 1 year ago | |
spice-module.c | 4 years ago | |
trace-events | 2 months ago | |
trace.h | 4 years ago | |
udmabuf.c | 2 years ago | |
ui-hmp-cmds.c | 1 year ago | |
ui-qmp-cmds.c | 1 year ago | |
util.c | 2 years ago | |
vdagent.c | 4 months ago | |
vgafont.h | 2 years ago | |
vnc-auth-sasl.c | 1 month ago | |
vnc-auth-sasl.h | 4 years ago | |
vnc-auth-vencrypt.c | 4 years ago | |
vnc-auth-vencrypt.h | ||
vnc-clipboard.c | 1 year ago | |
vnc-enc-hextile-template.h | 1 year ago | |
vnc-enc-hextile.c | 2 years ago | |
vnc-enc-tight.c | 1 year ago | |
vnc-enc-tight.h | ||
vnc-enc-zlib.c | 5 years ago | |
vnc-enc-zrle.c | 4 years ago | |
vnc-enc-zrle.c.inc | 1 year ago | |
vnc-enc-zrle.h | ||
vnc-enc-zywrle-template.c | 2 years ago | |
vnc-enc-zywrle.h | 1 year ago | |
vnc-jobs.c | 2 years ago | |
vnc-jobs.h | 8 years ago | |
vnc-palette.c | 1 year ago | |
vnc-palette.h | 7 years ago | |
vnc-stubs.c | 1 year ago | |
vnc-ws.c | 2 years ago | |
vnc-ws.h | ||
vnc.c | 1 month ago | |
vnc.h | 1 month ago | |
vnc_keysym.h | 2 years ago | |
win32-kbd-hook.c | 5 years ago | |
x_keymap.c | 4 years ago | |
x_keymap.h | 7 years ago |