head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2009.08.17.19.46.39; author rse; state dead; branches; next 1.3; commitid heXoyU05tF4Ql50u; 1.3 date 2009.07.27.17.02.25; author rse; state Exp; branches; next 1.2; commitid ZuglsRJ1y97m7nXt; 1.2 date 2008.09.11.16.41.08; author rse; state dead; branches; next 1.1; commitid lRrVlmEUSNfNfnit; 1.1 date 2008.04.26.15.51.35; author rse; state Exp; branches; next ; commitid CxN7IfHMESxOpD0t; desc @@ 1.4 log @upgrading package: lzma 9.04 -> 9.06 @ text @Index: CPP/7zip/Compress/LZMA_Alone/makefile.gcc --- CPP/7zip/Compress/LZMA_Alone/makefile.gcc.orig 2008-12-26 07:51:47 +0100 +++ CPP/7zip/Compress/LZMA_Alone/makefile.gcc 2009-07-27 18:59:50 +0200 @@@@ -24,6 +24,7 @@@@ LzmaBenchCon.o \ LzmaDecoder.o \ LzmaEncoder.o \ + CWrappers.o \ InBuffer.o \ OutBuffer.o \ FileStreams.o \ @@@@ -66,6 +67,9 @@@@ LzmaEncoder.o: ../LzmaEncoder.cpp $(CXX) $(CFLAGS) ../LzmaEncoder.cpp +CWrappers.o: ../../Common/CWrappers.cpp + $(CXX) $(CFLAGS) ../../Common/CWrappers.cpp + InBuffer.o: ../../Common/InBuffer.cpp $(CXX) $(CFLAGS) ../../Common/InBuffer.cpp @ 1.3 log @upgrading package: lzma 4.65 -> 9.04 @ text @@ 1.2 log @modifying package: lzma-4.x 20080819 -> 20080911 @ text @d1 21 a21 28 Index: configure --- configure.orig 2008-04-25 14:50:51 +0200 +++ configure 2008-04-26 17:49:17 +0200 @@@@ -27683,24 +27683,6 @@@@ # The flags are in reverse order below so they end up in "beautiful" # order on the actual command line. for NEW_FLAG in \ - -Wredundant-decls \ - -Wmissing-noreturn \ - -Wmissing-declarations \ - -Wmissing-prototypes \ - -Wold-style-definition \ - -Wstrict-prototypes \ - -Waggregate-return \ - -Wwrite-strings \ - -Wbad-function-cast \ - -Wpointer-arith \ - -Wshadow \ - -Wfloat-equal \ - -Wstrict-aliasing=2 \ - -Winit-self \ - -Wformat=2 \ - -Wextra \ - -Wall \ - -pedantic \ -std=c99 do { $as_echo "$as_me:$LINENO: checking if $CC accepts $NEW_FLAG" >&5 @ 1.1 log @remove warning stuff @ text @@