1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Fix warnings

This commit is contained in:
Brian Fiete 2021-02-01 14:16:17 -08:00
parent 1b7a4139e7
commit a9f5027d72

View file

@ -26,8 +26,8 @@ namespace BeefPerf
public Object mTargetObject;
}
public Dictionary<String, Target> mTargets = new .() ~ DeleteDictionaryAndKeysAndItems!(_);
public Dictionary<String, Cmd> mCmds = new .() ~ DeleteDictionaryAndKeysAndItems!(_);
public Dictionary<String, Target> mTargets = new .() ~ DeleteDictionaryAndKeysAndValues!(_);
public Dictionary<String, Cmd> mCmds = new .() ~ DeleteDictionaryAndKeysAndValues!(_);
}
public class QueuedCmd
@ -153,7 +153,7 @@ namespace BeefPerf
public void Clear()
{
DeleteAndClearItems!(mCmdList);
ClearAndDeleteItems!(mCmdList);
}
public void QueueCommandFile(StringView filePath)