Kaydet (Commit) f34fe6ed authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wformat

Change-Id: I24a060d1d5592a23f9a991ef3b39f31818ea0d84
üst 59a4b78b
......@@ -142,7 +142,7 @@ public:
osl_Process_E_None == osl_error
);
printf("the exit code is %d.\n", pInfo->Code );
printf("the exit code is %" SAL_PRIuUINT32 ".\n", pInfo->Code );
CPPUNIT_ASSERT_MESSAGE("rtl_getAppCommandArg or rtl_getAppCommandArgCount error.", pInfo->Code == 2);
delete pInfo;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment