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/outbound_group_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm/outbound_group_session.h') diff --git a/include/olm/outbound_group_session.h b/include/olm/outbound_group_session.h index 663f1d2..eafaf80 100644 --- a/include/olm/outbound_group_session.h +++ b/include/olm/outbound_group_session.h @@ -25,7 +25,7 @@ extern "C" { typedef struct OlmOutboundGroupSession OlmOutboundGroupSession; /** get the size of an outbound group session, in bytes. */ -size_t olm_outbound_group_session_size(); +size_t olm_outbound_group_session_size(void); /** * Initialise an outbound group session object using the supplied memory -- cgit v1.2.3