From 9facf7897d8888f9578ead20fed4f10bb9ef477f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Aug 2012 20:18:17 +0200 Subject: DatabasePrint: remove bogus "nonnull" attributes --- src/DatabasePrint.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DatabasePrint.hxx') diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx index 729bcd19a..e9a19cd52 100644 --- a/src/DatabasePrint.hxx +++ b/src/DatabasePrint.hxx @@ -44,13 +44,13 @@ bool printInfoForAllIn(struct client *client, const char *uri_utf8, GError **error_r); -gcc_nonnull(1,2,3) +gcc_nonnull(1,2) bool searchStatsForSongsIn(struct client *client, const char *name, const struct locate_item_list *criteria, GError **error_r); -gcc_nonnull(1,3) +gcc_nonnull(1) bool listAllUniqueTags(struct client *client, int type, const struct locate_item_list *criteria, -- cgit v1.2.3