mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-19 12:11:44 -04:00
codecheck告警修复.Signed-off-by: <zhouke35@huawei.com>.
Signed-off-by: zhouke <zhouke35@huawei.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
#include "common_utilities_hpp.h"
|
||||
#include "ipc_transactors_impl.h"
|
||||
|
||||
|
||||
@@ -201,7 +201,6 @@ namespace OHOS::uitest {
|
||||
case '?':
|
||||
PrintToConsole(usage);
|
||||
return EXIT_FAILURE;
|
||||
break;
|
||||
case 'i':
|
||||
params.insert(pair<char, string>(opt, "true"));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user