diff options
author | Brad King <brad.king@kitware.com> | 2021-05-07 13:26:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-07 13:26:05 (GMT) |
commit | ba87a84339e17d710e582588087b507a5861944b (patch) | |
tree | a0b2bd85e284ff5846b8c1315936203abfc9e460 /Source/kwsys/Status.hxx.in | |
parent | eac20afe9af631fbc7ea1b172e066875895077ce (diff) | |
parent | 07727928f9e243fd472767c27596b618ada4b5d4 (diff) | |
download | CMake-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.in | 2 |
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; } |