From dedfc0dd344e1d3a97dc175b3c5bff23c91783cb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 6 May 2016 01:51:47 +0200 Subject: Do not use explicit optimisation level on zsave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- zahl/inlines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zahl/inlines.h b/zahl/inlines.h index 761309c..9e196f8 100644 --- a/zahl/inlines.h +++ b/zahl/inlines.h @@ -254,7 +254,7 @@ zsplit(z_t high, z_t low, z_t a, size_t delim) } -ZAHL_O2 ZAHL_INLINE size_t +ZAHL_INLINE size_t zsave(z_t a, void *buffer) { if (ZAHL_LIKELY(buffer)) { -- cgit v1.2.3-70-g09d2