diff options
author | manuroe <manu@matrix.org> | 2018-06-25 17:57:03 +0200 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-06-27 12:25:27 -0400 |
commit | 9d81046f90b4afba7e71b86c564cae07daab61ad (patch) | |
tree | d5d3f47faaeeeaa64858c4867a2aea56d21fcbd3 /include/olm/inbound_group_session.h | |
parent | ddc981c475ba576ae22617886ac6ce6d22ba1fc6 (diff) |
Fix warnings reported by LLVM
Diffstat (limited to 'include/olm/inbound_group_session.h')
-rw-r--r-- | include/olm/inbound_group_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/inbound_group_session.h b/include/olm/inbound_group_session.h index ef01038..9b2f9df 100644 --- a/include/olm/inbound_group_session.h +++ b/include/olm/inbound_group_session.h @@ -25,7 +25,7 @@ extern "C" { typedef struct OlmInboundGroupSession OlmInboundGroupSession; /** get the size of an inbound group session, in bytes. */ -size_t olm_inbound_group_session_size(); +size_t olm_inbound_group_session_size(void); /** * Initialise an inbound group session object using the supplied memory |