shirou / gopsutil

psutil for golang
Other
10.56k stars 1.58k forks source link

Depreciation warning: kIOMasterPortDefault #1190

Closed iwahbe closed 2 years ago

iwahbe commented 2 years ago

Describe the bug [A clear and concise description of what the bug is.]

To Reproduce Build on macOS Montaray 12.0.1. The error looks like this

# github.com/shirou/gopsutil/host
smc_darwin.c:75:41: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:123:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here

Expected behavior No depreciation warning.

Environment (please complete the following information):

Additional context [Cross-compiling? Paste the command you are using to cross-compile and the result of the corresponding go env]

shirou commented 2 years ago

duplicate of #1164