modify warns

Signed-off-by: libenyao <libenyao@h-partners.com>
This commit is contained in:
libenyao
2023-02-27 17:32:56 +08:00
parent 6ae4c0695b
commit 17aa46be3a
15 changed files with 33 additions and 32 deletions
+2 -2
View File
@@ -21,12 +21,12 @@
#include "PreviewerEngineLog.h"
#include "TraceTool.h"
static CommandLineFactory::CommandTypeMap CommandLineFactory::typeMap = CommandLineFactory::CommandTypeMap();
CommandLineFactory::CommandTypeMap CommandLineFactory::typeMap = CommandLineFactory::CommandTypeMap();
CommandLineFactory::CommandLineFactory() {}
using namespace std;
static void CommandLineFactory::InitCommandMap()
void CommandLineFactory::InitCommandMap()
{
CommandParser& cmdParser = CommandParser::GetInstance();
string deviceType = cmdParser.GetDeviceType();