From a3363333d809e8089a55efc3ea32eaea9ddb8d8c Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Tue, 30 Nov 2021 20:09:32 -0500 Subject: ZResource::GetSourceOutputCode no longer returns a string (#209) * Updated nuget to use newer version of libpng. Also updated uses of std::filesystem::path to be compliant with MSVC implementation. * Updated nuget to use newer version of libpng. Also updated uses of std::filesystem::path to be compliant with MSVC implementation. * GetSourceOutputCode no longer uses strings, and some overrides were removed. * Removed redundant GetSourceOutputHeader * Fixed MSVC issue * Changed libpng nuget package due to compilation issues. Other minor tweaks. Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com> --- ZAPD/WarningHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/WarningHandler.cpp') diff --git a/ZAPD/WarningHandler.cpp b/ZAPD/WarningHandler.cpp index f672600..29f8352 100644 --- a/ZAPD/WarningHandler.cpp +++ b/ZAPD/WarningHandler.cpp @@ -364,7 +364,7 @@ void WarningHandler::Warning_Resource(const char* filename, int32_t line, const void WarningHandler::PrintHelp() { std::set sortedKeys; WarningInfoInit warningInfo; - uint columnWidth = 25; + uint32_t columnWidth = 25; std::string dt; // Sort keys through the magic of `set`, to print in alphabetical order -- cgit v1.2.3