Commit 9facf789 authored by Max Kellermann's avatar Max Kellermann

DatabasePrint: remove bogus "nonnull" attributes

parent 8422402c
...@@ -44,13 +44,13 @@ bool ...@@ -44,13 +44,13 @@ bool
printInfoForAllIn(struct client *client, const char *uri_utf8, printInfoForAllIn(struct client *client, const char *uri_utf8,
GError **error_r); GError **error_r);
gcc_nonnull(1,2,3) gcc_nonnull(1,2)
bool bool
searchStatsForSongsIn(struct client *client, const char *name, searchStatsForSongsIn(struct client *client, const char *name,
const struct locate_item_list *criteria, const struct locate_item_list *criteria,
GError **error_r); GError **error_r);
gcc_nonnull(1,3) gcc_nonnull(1)
bool bool
listAllUniqueTags(struct client *client, int type, listAllUniqueTags(struct client *client, int type,
const struct locate_item_list *criteria, const struct locate_item_list *criteria,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment