diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 20:18:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 22:56:24 +0200 |
commit | 9facf7897d8888f9578ead20fed4f10bb9ef477f (patch) | |
tree | e131d8fe2dad8d252a6d835db8cea320ca41ae51 /src | |
parent | 8422402c39d523c8ce9336e9ecf52950f1905bce (diff) | |
download | mpd-9facf7897d8888f9578ead20fed4f10bb9ef477f.tar.gz mpd-9facf7897d8888f9578ead20fed4f10bb9ef477f.tar.xz mpd-9facf7897d8888f9578ead20fed4f10bb9ef477f.zip |
DatabasePrint: remove bogus "nonnull" attributes
Diffstat (limited to 'src')
-rw-r--r-- | src/DatabasePrint.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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, |