From 3fe9d25e32cf78b572fc6d99f2022f963cd3daae Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 31 Aug 2017 12:10:46 +0200 Subject: [PATCH] loplugin:constparams: smoketest (clang-cl) Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c --- smoketest/libtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx index c7e897083482..a7f72e4d158d 100644 --- a/smoketest/libtest.cxx +++ b/smoketest/libtest.cxx @@ -24,7 +24,7 @@ return GetTickCount(); } - bool IsAbsolutePath(char *pPath) + bool IsAbsolutePath(char const *pPath) { if (pPath[1] != ':') {