From c9e889723b7af832322d178975e6e440d6cd3ae5 Mon Sep 17 00:00:00 2001 From: LDA Date: Mon, 26 Jun 2023 11:48:27 -0700 Subject: resolved most of the compiler warnings/errors under gcc also update xxhash and tinyformat --- source/core/StarOptionParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/StarOptionParser.cpp') diff --git a/source/core/StarOptionParser.cpp b/source/core/StarOptionParser.cpp index f9d51ff..ecf6e28 100644 --- a/source/core/StarOptionParser.cpp +++ b/source/core/StarOptionParser.cpp @@ -67,7 +67,7 @@ pair OptionParser::parseOptions(StringList co } } else { - result.arguments.append(move(arg)); + result.arguments.append(arg); } } -- cgit v1.2.3