diff options
Diffstat (limited to 'src/DatabaseQueue.hxx')
-rw-r--r-- | src/DatabaseQueue.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabaseQueue.hxx b/src/DatabaseQueue.hxx index 546836cac..cf8c3ba5d 100644 --- a/src/DatabaseQueue.hxx +++ b/src/DatabaseQueue.hxx @@ -26,7 +26,7 @@ struct locate_item_list; struct player_control; -gcc_nonnull(1,2,3) +gcc_nonnull(1,2) bool findAddIn(struct player_control *pc, const char *name, const struct locate_item_list *criteria, GError **error_r); |