From 9d81046f90b4afba7e71b86c564cae07daab61ad Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 25 Jun 2018 17:57:03 +0200 Subject: Fix warnings reported by LLVM --- include/olm/inbound_group_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm/inbound_group_session.h') 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 -- cgit v1.2.3