CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_libc.cc:166:22: warning: declaration shadows a local variable [-Wshadow] if (std::tm* tmp = local_time(&lo, &tm)) { ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_libc.cc:156:18: note: previous declaration is here if (std::tm* tmp = local_time(&mid, &tm)) { ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_libc.cc:191:9: warning: result of comparison 'const std::int_fast64_t' (aka 'const long') < -9223372036854775808 is always false [-Wtautological-type-limit-compare] if (s < std::numeric_limits::min()) { ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_libc.cc:195:9: warning: result of comparison 'const std::int_fast64_t' (aka 'const long') > 9223372036854775807 is always false [-Wtautological-type-limit-compare] if (s > std::numeric_limits::max()) { ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_libc.cc:84:6: warning: unused function template 'tm_gmtoff' [-Wunused-template] auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_libc.cc:100:6: warning: unused function template 'tm_zone' [-Wunused-template] auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) { ^ 5 warnings generated. /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_info.cc:721:35: warning: declaration shadows a local variable [-Wshadow-uncaptured-local] name, [](const std::string& name) -> std::unique_ptr { ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_info.cc:709:44: note: previous declaration is here bool TimeZoneInfo::Load(const std::string& name) { ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_info.cc:722:18: warning: declaration shadows a local variable [-Wshadow-uncaptured-local] if (auto zip = FileZoneInfoSource::Open(name)) return zip; ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_info.cc:720:8: note: previous declaration is here auto zip = cctz_extension::zone_info_source_factory( ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_info.cc:723:18: warning: declaration shadows a local variable [-Wshadow-uncaptured-local] if (auto zip = AndroidZoneInfoSource::Open(name)) return zip; ^ /home/conan/w/cci_PR-4590/.conan/data/abseil/20200225.2/_/_/build/1a1ab1b5ec185a3fe2d9c8e7c5b43dde10fa236a/source_subfolder/absl/time/internal/cctz/src/time_zone_info.cc:720:8: note: previous declaration is here auto zip = cctz_extension::zone_info_source_factory( ^ 3 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY