aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-15 20:18:17 +0200
committerMax Kellermann <max@duempel.org>2012-08-15 22:56:24 +0200
commit9facf7897d8888f9578ead20fed4f10bb9ef477f (patch)
treee131d8fe2dad8d252a6d835db8cea320ca41ae51 /src/DatabasePrint.hxx
parent8422402c39d523c8ce9336e9ecf52950f1905bce (diff)
DatabasePrint: remove bogus "nonnull" attributes
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r--src/DatabasePrint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx
index 729bcd19..e9a19cd5 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,