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

loplugin:constparams: smoketest (clang-cl)

Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c
üst b2d56c8b
......@@ -24,7 +24,7 @@
return GetTickCount();
}
bool IsAbsolutePath(char *pPath)
bool IsAbsolutePath(char const *pPath)
{
if (pPath[1] != ':')
{
......
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