summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-09-30 09:53:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-09-30 10:59:28 +0200
commit8ab6e84bf610608ccaca1546ef279179dc68477b (patch)
treec730c4d98e9945acbde26c357806315cf6d4290a /sal
parent0b81761c86786eeb035f857f549d75f143e491ad (diff)
loplugin:fakebool (clang-cl)
Change-Id: I48ee1c1906ab06a487059128eb1eba0d6adb068f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122847 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/cppunittester/cppunittester.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index 2002eb0efb2d..33be3007ba13 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -488,7 +488,7 @@ static bool main2()
void printStack( CONTEXT* ctx )
{
constexpr int MaxNameLen = 256;
- BOOL result;
+ bool result;
HANDLE process;
HANDLE thread;
HMODULE hModule;