diff options
author | Gacko <gacko28@gmx.de> | 2017-05-20 11:59:40 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2017-05-20 12:26:40 +0200 |
commit | 2b48a84524f6b791af185b6a123fe3c148602469 (patch) | |
tree | d075f1ee6cd482f183b6e9fbab92ca6f1f20e0c6 /dep/CascLib/src/CascRootFile_Diablo3.cpp | |
parent | d07fa64a156ec452cc14c462e8e51bf3d600197d (diff) |
Apply ladislav-zezula/CascLib PR#73: Fix build on Mac/Linux.
https://github.com/ladislav-zezula/CascLib/pull/73
Diffstat (limited to 'dep/CascLib/src/CascRootFile_Diablo3.cpp')
-rw-r--r-- | dep/CascLib/src/CascRootFile_Diablo3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascRootFile_Diablo3.cpp b/dep/CascLib/src/CascRootFile_Diablo3.cpp index 129c9563a91..f695ad978b1 100644 --- a/dep/CascLib/src/CascRootFile_Diablo3.cpp +++ b/dep/CascLib/src/CascRootFile_Diablo3.cpp @@ -606,7 +606,7 @@ static void ResolveFullFileNames( char szFullName[MAX_PATH+1]; // Keep compiler happy - UNREFERENCED_PARAMETER(dwFileIndexes); + CASCLIB_UNUSED(dwFileIndexes); // Parse the entire file table for(size_t i = 0; i < pRootHandler->FileTable.ItemCount; i++) |