Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use xpc_dictionary_create_empty to create empty dictionaries #1056

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

AreaZR
Copy link
Contributor

@AreaZR AreaZR commented Sep 20, 2024

xpc_dictionary_create has Nonnull annotated for some of its parameters. We should just do xpc_dictionary_create_empty to avoid warnings and be safe.

xpc_dictionary_create has Nonnull annotated for some of its parameters. We should just do xpc_dictionary_create_empty to avoid warnings and be safe.
Copy link
Member

@michaelrsweet michaelrsweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This limits us to macOS 11+, but I don't think that is an issue...

@michaelrsweet michaelrsweet self-assigned this Sep 21, 2024
@michaelrsweet michaelrsweet added enhancement New feature or request priority-low platform issue Issue is specific to an OS or desktop labels Sep 21, 2024
@michaelrsweet michaelrsweet added this to the v2.5 milestone Sep 21, 2024
@michaelrsweet michaelrsweet merged commit 7164c8c into OpenPrinting:master Sep 21, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform issue Issue is specific to an OS or desktop priority-low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants