Validate that all arguments provided for an hs.task, are strings. Clo… #387
Annotations
10 warnings
extensions/ipc/cli/hs.m#L452
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
|
extensions/ipc/cli/hs.m#L585
'NSWorkspaceLaunchWithoutActivation' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspaceOpenConfiguration setActivates:NO] instead. [-Wdeprecated-declarations]
|
extensions/ipc/cli/hs.m#L585
'launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openApplicationAtURL:configuration:completionHandler:] instead. [-Wdeprecated-declarations]
|
extensions/ipc/cli/hs.m#L452
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
|
extensions/ipc/cli/hs.m#L585
'NSWorkspaceLaunchWithoutActivation' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspaceOpenConfiguration setActivates:NO] instead. [-Wdeprecated-declarations]
|
extensions/ipc/cli/hs.m#L585
'launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openApplicationAtURL:configuration:completionHandler:] instead. [-Wdeprecated-declarations]
|
extensions/window/libwindow.m#L12
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
|
extensions/window/libwindow.m#L12
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
|
extensions/webview/libwebview_toolbar.m#L50
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
|
extensions/webview/libwebview_toolbar.m#L228
implementing deprecated method [-Wdeprecated-implementations]
|
This job succeeded
Loading