From ee12c6e77bd4d34d5fa682361127add32cc1a184 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Jun 2015 23:20:55 +0300 Subject: Add NONNULL atribute into actions directory. --- src/actions/actions.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/actions') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index c9211b61d..d6a8ec53d 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -117,6 +117,11 @@ extern char **environ; namespace Actions { +static int uploadUpdate(void *ptr, + DownloadStatusT status, + size_t total A_UNUSED, + size_t remaining A_UNUSED) A_NONNULL(1); + static int uploadUpdate(void *ptr, DownloadStatusT status, size_t total A_UNUSED, -- cgit v1.2.3-60-g2f50