*** ./xdelta3/Makefile.am.ORIG Wed Sep 20 14:17:27 2017 --- ./xdelta3/Makefile.am Wed Sep 20 14:19:30 2017 *************** *** 37,46 **** # Note: for extra sanity checks, enable -Wconversion. Note there # are a lot of false positives. ! WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ ! -Wextra -Wno-unused-parameter -Wno-unused-function ! C_WFLAGS = $(WFLAGS) -pedantic -std=c99 CXX_WFLAGS = $(WFLAGS) common_CFLAGS = \ --- 37,45 ---- # Note: for extra sanity checks, enable -Wconversion. Note there # are a lot of false positives. ! WFLAGS = ! C_WFLAGS = $(WFLAGS) CXX_WFLAGS = $(WFLAGS) common_CFLAGS = \ *** ./xdelta3/xdelta3.h.ORIG Wed Sep 20 14:21:36 2017 --- ./xdelta3/xdelta3.h Wed Sep 20 14:22:15 2017 *************** *** 109,115 **** * the 32bit boundary [xdelta3-test.h]). */ #ifndef _WIN32 ! #include #else #define WIN32_LEAN_AND_MEAN #if XD3_USE_LARGEFILE64 --- 109,119 ---- * the 32bit boundary [xdelta3-test.h]). */ #ifndef _WIN32 ! #if defined(_AIX) && !defined(_AIX52) ! #include ! #else ! #include ! #endif #else #define WIN32_LEAN_AND_MEAN #if XD3_USE_LARGEFILE64