From 6702716292058a507ff41df2880cc12154accced Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 8 Feb 2017 13:19:01 +0530 Subject: build: fix minor warnings mostly uninitialized use of variables. check return values from function calls. Signed-off-by: Prasanna Kumar Kalever --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d51c87e..85591f5 100644 --- a/configure.ac +++ b/configure.ac @@ -44,10 +44,10 @@ LT_INIT AC_PROG_CC # Checks for header files. -AC_CHECK_HEADERS([stdio.h stdlib.h string.h stdbool.h \ - unistd.h errno.h memory.h time.h \ - netdb.h netinet/in.h sys/socket.h \ - pthread.h uuid/uuid.h glusterfs/api/glfs.h \ +AC_CHECK_HEADERS([stdio.h stdlib.h string.h stdbool.h stddef.h \ + unistd.h errno.h memory.h time.h \ + netdb.h netinet/in.h sys/socket.h \ + pthread.h uuid/uuid.h glusterfs/api/glfs.h \ rpc/pmap_clnt.h ]) # Checks for libraries. -- cgit