From 8bbbb381017811e36c43fd08b802ec6c293e4255 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 28 Apr 2016 21:38:57 +0200 Subject: Fix warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/internals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/internals.h b/src/internals.h index b055dbd..3213441 100644 --- a/src/internals.h +++ b/src/internals.h @@ -144,7 +144,7 @@ libzahl_failure(int error) } static inline void -libzahl_memfailure() +libzahl_memfailure(void) { if (!errno) /* sigh... */ errno = ENOENT; @@ -317,7 +317,6 @@ zsplit_unsigned_fast_small_auto(z_t high, z_t low, z_t a, size_t n) * zfree_temp(c); * zfree_temp(a); * - * * And not (swap the two last lines) * * zinit_temp(a); -- cgit v1.2.3-70-g09d2