From a26a3e7bd3fbb1fb3a5ac355e1eb07977d6ffece Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 15 Oct 2024 19:16:26 -0700 Subject: [PATCH] Fix -Wunused-member-function warning in xwbtool --- XWBTool/xwbtool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/XWBTool/xwbtool.cpp b/XWBTool/xwbtool.cpp index 804c6e25..1e772763 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)