diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 12:10:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 12:14:41 +0200 |
commit | 3fe9d25e32cf78b572fc6d99f2022f963cd3daae (patch) | |
tree | bae901ddec0a217e7a2dc5f7841cf9bbf7b77822 /smoketest | |
parent | b2d56c8b588f418ced180562edef6c83a641c3fc (diff) |
loplugin:constparams: smoketest (clang-cl)
Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/libtest.cxx | 2 |
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] != ':') { |