From 98ccae72423daf17ac306222b9cf2c96c832a209 Mon Sep 17 00:00:00 2001 From: aajwy-gitee <13051180828@163.com> Date: Fri, 17 Sep 2021 09:31:22 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/hilogtool/main.cpp.=20=20=20?= =?UTF-8?q?=20=20=E8=BD=AC=E5=8C=96=E4=B8=BAunsigned=20=E7=B1=BB=E5=9E=8B,?= =?UTF-8?q?=E4=BE=BF=E4=BA=8E=E6=89=93=E5=8D=B0uint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aajwy <13051180828@163.com> --- services/hilogtool/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hilogtool/main.cpp b/services/hilogtool/main.cpp index 9d3c0eb..915e79b 100644 --- a/services/hilogtool/main.cpp +++ b/services/hilogtool/main.cpp @@ -604,7 +604,7 @@ int HilogEntry(int argc, char* argv[]) } default: - cout << "Invalid response from hilogd! response: " << msgHeader->msgType << endl; + cout << "Invalid response from hilogd! response: " << unsigned(msgHeader->msgType) << endl; break; } return 0; -- Gitee