From 240e59f940889727492b481ff4b56be7fbc1be2c Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Mon, 22 Apr 2013 19:17:50 +0400
Subject: [PATCH] A temporary workaround for Bug#1171485 (GCC with -O3 is
 broken)

---
 src/iproto.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/iproto.m b/src/iproto.m
index 82c698191a..c50a391f7d 100644
--- a/src/iproto.m
+++ b/src/iproto.m
@@ -667,7 +667,7 @@ iproto_session_output_iobuf(struct iproto_session *session)
 }
 
 /** writev() to the socket and handle the output. */
-static inline int
+static int
 iproto_flush(struct iobuf *iobuf, int fd, struct obuf_svp *svp)
 {
 	/* Begin writing from the saved position. */
-- 
GitLab