From ed693d51172e81045b653a7b66d6cc96ce32415a Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 16 Oct 2024 15:07:14 -0700 Subject: [PATCH] Fix -Wunused-member-function warning in xwbtool (#494) --- XWBTool/xwbtool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/XWBTool/xwbtool.cpp b/XWBTool/xwbtool.cpp index 804c6e2..1e77276 100644 --- a/XWBTool/xwbtool.cpp +++ b/XWBTool/xwbtool.cpp @@ -824,7 +824,6 @@ namespace WaveFile& operator= (WaveFile&) = delete; WaveFile(WaveFile&&) = default; - WaveFile& operator= (WaveFile&&) = default; }; void FileNameToIdentifier(_Inout_updates_all_(count) wchar_t* str, size_t count)