CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:134:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/assert.cpp:7: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:607:52: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline string_view operator "" sv(const char* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:608:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u16string_view operator "" sv(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:609:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u32string_view operator "" sv(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:610:53: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline wstring_view operator "" sv(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/assert.cpp:7:0: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4063:30: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline string operator"" s(const char* str, size_t len) EA_NOEXCEPT { return {str, string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4064:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u16string operator"" s(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, u16string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4065:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u32string operator"" s(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, u32string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4066:31: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline wstring operator"" s(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, wstring::size_type(len)}; } ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/assert.cpp:6: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/fixed_pool.h:22, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/fixed_pool.cpp:6: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/hashtable.h:30, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/hashtable.cpp:6: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/intrusive_list.h:84, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/intrusive_list.cpp:5: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/red_black_tree.cpp:27: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:134:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/string.cpp:7: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:607:52: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline string_view operator "" sv(const char* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:608:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u16string_view operator "" sv(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:609:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u32string_view operator "" sv(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string_view.h:610:53: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline wstring_view operator "" sv(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/string.cpp:7:0: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4063:30: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline string operator"" s(const char* str, size_t len) EA_NOEXCEPT { return {str, string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4064:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u16string operator"" s(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, u16string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4065:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u32string operator"" s(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, u32string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/string.h:4066:31: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline wstring operator"" s(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, wstring::size_type(len)}; } ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/string.cpp:6: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/source_subfolder/source/thread_support.cpp:6: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/package/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/package/341cc8b5c2d3f3e5d723a8ba945c281dccdcc70b/include/EASTL/algorithm.h:234, from /home/conan/w/cci_PR-3643/2/49ee5223-9af5-4d3a-a1e8-0a6a5cb47171/recipes/eastl/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^