]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake/FindGSS: initialize result variables
authorViktor Szakats <commit@vsz.me>
Thu, 3 Jul 2025 01:26:12 +0000 (03:26 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 3 Jul 2025 15:51:51 +0000 (17:51 +0200)
commita88907fd96c946d17867a491b4cf7c72a1982be4
treee87cd7ab16fd69260c3e65c96d3a3b6412befce5
parent24c91d999ed151488dfee2110d1b36f79439f684
cmake/FindGSS: initialize result variables

Also rename `_GSS*` local variables to `_gss*` to please `clang-lint`,
which emitted new warnings after adding the initializations.

Ref: https://github.com/curl/curl/issues/17802#issuecomment-3029455984

Closes #17806
CMake/FindGSS.cmake