Re: [PATCH v4 09/13] block/file-posix: Remove a deprecation warning on macOS 12

2022-02-13 Thread Cameron Esfahani
Reviewed by: Cameron Esfahani mailto:di...@apple.com>> > On Feb 11, 2022, at 8:34 AM, Philippe Mathieu-Daudé via > wrote: > > When building on macOS 12 we get: > > block/file-posix.c:3335:18: warning: 'IOMasterPort' is deprecated: first > deprecated in macOS 12.0 [-Wdeprecated-declarations]

Re: [PATCH v4 09/13] block/file-posix: Remove a deprecation warning on macOS 12

2022-02-12 Thread Christian Schoenebeck
On Freitag, 11. Februar 2022 17:34:30 CET Philippe Mathieu-Daudé via wrote: > When building on macOS 12 we get: > > block/file-posix.c:3335:18: warning: 'IOMasterPort' is deprecated: first > deprecated in macOS 12.0 [-Wdeprecated-declarations] kernResult = > IOMasterPort( MACH_PORT_NULL, &master

[PATCH v4 09/13] block/file-posix: Remove a deprecation warning on macOS 12

2022-02-11 Thread Philippe Mathieu-Daudé via
When building on macOS 12 we get: block/file-posix.c:3335:18: warning: 'IOMasterPort' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kernResult = IOMasterPort( MACH_PORT_NULL, &masterPort ); ^~~~ IOMainPort Replace