summaryrefslogtreecommitdiffstats
path: root/smoketest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-31 12:10:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-31 12:14:41 +0200
commit3fe9d25e32cf78b572fc6d99f2022f963cd3daae (patch)
treebae901ddec0a217e7a2dc5f7841cf9bbf7b77822 /smoketest
parentloplugin:constparams: shell (clang-cl) (diff)
downloadcore-3fe9d25e32cf78b572fc6d99f2022f963cd3daae.tar.gz
core-3fe9d25e32cf78b572fc6d99f2022f963cd3daae.zip
loplugin:constparams: smoketest (clang-cl)
Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/libtest.cxx2
1 files changed, 1 insertions, 1 deletions
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] != ':')
{