loplugin:constparams: smoketest (clang-cl)
Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
return GetTickCount();
|
return GetTickCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsAbsolutePath(char *pPath)
|
bool IsAbsolutePath(char const *pPath)
|
||||||
{
|
{
|
||||||
if (pPath[1] != ':')
|
if (pPath[1] != ':')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user