]> git.ipfire.org Git - thirdparty/cups.git/commit
Use xpc_dictionary_create_empty to create empty dictionaries 1056/head
authorRose <gfunni234@gmail.com>
Fri, 20 Sep 2024 21:25:37 +0000 (17:25 -0400)
committerRose <gfunni234@gmail.com>
Fri, 20 Sep 2024 21:25:50 +0000 (17:25 -0400)
commit7c8bb95e3cacd4ad0616ff959ba785e5dddd006f
treeb3ff24162ab358cd3803d62fd0d0505934a2d072
parent85e977d09366761d06082158a98668c15da9485d
Use xpc_dictionary_create_empty to create empty dictionaries

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.
backend/ipp.c