summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Status.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-07 13:26:05 (GMT)
committerBrad King <brad.king@kitware.com>2021-05-07 13:26:05 (GMT)
commitba87a84339e17d710e582588087b507a5861944b (patch)
treea0b2bd85e284ff5846b8c1315936203abfc9e460 /Source/kwsys/Status.hxx.in
parenteac20afe9af631fbc7ea1b172e066875895077ce (diff)
parent07727928f9e243fd472767c27596b618ada4b5d4 (diff)
downloadCMake-ba87a84339e17d710e582588087b507a5861944b.zip
CMake-ba87a84339e17d710e582588087b507a5861944b.tar.gz
CMake-ba87a84339e17d710e582588087b507a5861944b.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream * upstream-KWSys: KWSys 2021-05-07 (979d7db0)
Diffstat (limited to 'Source/kwsys/Status.hxx.in')
-rw-r--r--Source/kwsys/Status.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/Status.hxx.in b/Source/kwsys/Status.hxx.in
index feb5b84..ed46d5c 100644
--- a/Source/kwsys/Status.hxx.in
+++ b/Source/kwsys/Status.hxx.in
@@ -70,7 +70,7 @@ public:
#ifdef _WIN32
/** If the kind is "Windows", returns the GetLastError()-style value.
Otherwise, returns 0. */
- int GetWindows() const
+ unsigned int GetWindows() const
{
return this->Kind_ == Kind::Windows ? this->Windows_ : 0;
}