Closed fhunleth closed 2 years ago
The warning looks like this:
src/uart_enum_osx.c:49:47: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kernResult = IOServiceGetMatchingServices(kIOMasterPortDefault, classesToMatch, matchingServices); ^~~~~~~~~~~~~~~~~~~~ kIOMainPortDefault /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:123:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here const mach_port_t kIOMasterPortDefault ^ 1 warning generated.
The warning looks like this: