From 4768760d5eb0ee8a0251e7776ed03d130c747164 Mon Sep 17 00:00:00 2001 From: Zhou Zhengping Date: Mon, 11 Jul 2016 07:28:44 -0400 Subject: build: fix noisy compilation warning with current build option Wstrict-prototypes Change-Id: I50904033aa2beb880dee828849f470ac31048a79 BUG: 1354221 Signed-off-by: Zhou Zhengping Reviewed-on: http://review.gluster.org/14884 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/iobuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/iobuf.h') diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index 1578ceb84dd..9a256257ff5 100644 --- a/libglusterfs/src/iobuf.h +++ b/libglusterfs/src/iobuf.h @@ -156,7 +156,7 @@ struct iobref { int used; }; -struct iobref *iobref_new (); +struct iobref *iobref_new (void); struct iobref *iobref_ref (struct iobref *iobref); void iobref_unref (struct iobref *iobref); int iobref_add (struct iobref *iobref, struct iobuf *iobuf); -- cgit