aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-04 03:16:29 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-04 03:16:29 +0100
commita0bbe79a49e6ce3d0775a7899a80cd2d2aa2eee2 (patch)
tree12ad1ef16c653efe00a7feafaccfc1161cdb3c8a
parentadd state.c (diff)
downloadlibkeccak-a0bbe79a49e6ce3d0775a7899a80cd2d2aa2eee2.tar.gz
libkeccak-a0bbe79a49e6ce3d0775a7899a80cd2d2aa2eee2.tar.bz2
libkeccak-a0bbe79a49e6ce3d0775a7899a80cd2d2aa2eee2.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/libkeccak/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libkeccak/state.h b/src/libkeccak/state.h
index 54e1c6a..5abbb5a 100644
--- a/src/libkeccak/state.h
+++ b/src/libkeccak/state.h
@@ -264,7 +264,7 @@ size_t libkeccak_state_unmarshal(libkeccak_state_t* restrict state, const char*
* @param data The data buffer
* @return The byte size of the stored state
*/
-__attribute__((leaf, nonnull, nothrow, pure))
+__attribute__((leaf, nonnull, nothrow, warn_unused_result, pure))
size_t libkeccak_state_unmarshal_skip(const char* restrict data);