Skip to content

Commit 2dbd494

Browse files
committed
ZstdDecoder.obj specified more than once (it's default decoder now in mainline);
silencing warning LNK4042: object specified more than once; extras ignored
1 parent f639494 commit 2dbd494

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CPP/7zip/Bundles/Alone/makefile

-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ COMPRESS_OBJS = $(COMPRESS_OBJS) \
257257
$O\Lz5Decoder.obj \
258258
$O\Lz5Encoder.obj \
259259
$O\Lz5Register.obj \
260-
$O\ZstdDecoder.obj \
261260
$O\ZstdEncoder.obj \
262261
$O\ZstdRegister.obj \
263262
$O\FastLzma2Register.obj \

CPP/7zip/Bundles/Format7zF/makefile

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ COMPRESS_OBJS = $(COMPRESS_OBJS) \
3737
$O\Lz5Decoder.obj \
3838
$O\Lz5Encoder.obj \
3939
$O\Lz5Register.obj \
40-
$O\ZstdDecoder.obj \
4140
$O\ZstdEncoder.obj \
4241
$O\ZstdRegister.obj \
4342
$O\FastLzma2Register.obj \

0 commit comments

Comments
 (0)