CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:46:26: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] while (DecodeCharacter(*EndIterator) < static_cast(64)) ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:60:24: warning: implicit conversion changes signedness: 'long' to 'vector::size_type' (aka 'unsigned long') [-Wsign-conversion] return DecodedSize + 1; ~~~~~~ ~~~~~~~~~~~~^~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:62:24: warning: implicit conversion changes signedness: 'long' to 'vector::size_type' (aka 'unsigned long') [-Wsign-conversion] return DecodedSize + 2; ~~~~~~ ~~~~~~~~~~~~^~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:64:12: warning: implicit conversion changes signedness: 'const long' to 'vector::size_type' (aka 'unsigned long') [-Wsign-conversion] return DecodedSize; ~~~~~~ ^~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:85:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 0)) << 2 | ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:86:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 1)) >> 4); ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:88:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 1)) << 4 | ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:89:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 2)) >> 2); ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:91:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 2)) << 6 | ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:92:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 3))); ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:104:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 0)) << 2 | ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:105:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 1)) >> 4); ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:111:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 0)) << 2 | ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:112:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 1)) >> 4); ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:114:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 1)) << 4 | ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:115:47: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion] DecodeCharacter(m_Base64EncodedString.at(InputOffset + 2)) >> 2); ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:157:40: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion] return ((4 * DecodedSize / 3) + 3) & ~3; ~ ^~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:178:9: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] EncodeByte(static_cast(m_InputBuffer.at(InputOffset + 0) >> 2)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:181:50: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] m_Base64EncodedString.at(OutputOffset + 1) = EncodeByte(static_cast( ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:186:50: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] m_Base64EncodedString.at(OutputOffset + 2) = EncodeByte(static_cast( ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:192:9: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] EncodeByte(m_InputBuffer.at(InputOffset + 2) & static_cast(0x3F)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:208:9: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] EncodeByte(static_cast(m_InputBuffer.at(InputOffset + 0) >> 2)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:211:50: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] m_Base64EncodedString.at(OutputOffset + 1) = EncodeByte( ~ ^~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:225:9: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] EncodeByte(static_cast(m_InputBuffer.at(InputOffset + 0) >> 2)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:228:50: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] m_Base64EncodedString.at(OutputOffset + 1) = EncodeByte(static_cast( ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/base64.cc:233:50: warning: implicit conversion changes signedness: 'unsigned char' to 'char' [-Wsign-conversion] m_Base64EncodedString.at(OutputOffset + 2) = EncodeByte( ~ ^~~~~~~~~~~ 26 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/cookie.cc:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/description.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/description.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/description.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ 1 warning generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/description.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:419:26: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') [-Wsign-conversion] message->body_.reserve(size); ~~~~~~~ ^~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:421:36: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'const ssize_t' (aka 'const long') [-Wsign-conversion] const ssize_t available = cursor.remaining(); ~~~~~~~~~ ~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:424:20: warning: implicit conversion changes signedness: 'const ssize_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] cursor.advance(available); ~~~~~~~ ^~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:425:48: warning: implicit conversion changes signedness: 'const ssize_t' (aka 'const long') to 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') [-Wsign-conversion] message->body_.append(chunkData.rawText(), available); ~~~~~~ ^~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:429:23: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] cursor.advance(size - alreadyAppendedChunkBytes); ~~~~~~~ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:434:51: warning: implicit conversion changes signedness: 'long' to 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') [-Wsign-conversion] message->body_.append(chunkData.rawText(), size - alreadyAppendedChunkBytes); ~~~~~~ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:785:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'std::streamsize' (aka 'long') [-Wsign-conversion] OUT(os.write(data, len)); ~~~~~ ^~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:763:5: note: expanded from macro 'OUT' __VA_ARGS__; \ ^~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:875:25: warning: implicit conversion changes signedness: '__off_t' (aka 'long') to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion] const size_t len = sb.st_size; ~~~ ~~~^~~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_defs.cc:75:25: warning: implicit conversion changes signedness: 'std::chrono::duration >::rep' (aka 'long') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] data.maxAge = delta.count(); ~ ~~~~~~^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_defs.cc:78:26: warning: implicit conversion changes signedness: 'std::chrono::duration >::rep' (aka 'long') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] data.sMaxAge = delta.count(); ~ ~~~~~~^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_defs.cc:81:27: warning: implicit conversion changes signedness: 'std::chrono::duration >::rep' (aka 'long') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] data.maxStale = delta.count(); ~ ~~~~~~^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_defs.cc:84:27: warning: implicit conversion changes signedness: 'std::chrono::duration >::rep' (aka 'long') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] data.minFresh = delta.count(); ~ ~~~~~~^~~~~~~ 5 warnings generated. 4 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:142:30: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] cursor.advance(end - beg); ~~~~~~~ ~~~~^~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:339:46: warning: implicit conversion changes signedness: 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') to '__gnu_cxx::__normal_iterator, std::allocator > >::difference_type' (aka 'long') [-Wsign-conversion] value_.begin() + std::string("Basic ").length(), value_.end()); ~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:359:51: warning: implicit conversion changes signedness: 'const unsigned long' to '__gnu_cxx::__normal_iterator, std::allocator > >::difference_type' (aka 'long') [-Wsign-conversion] DecodedCredentials.begin() + Delimiter); ~ ^~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:370:46: warning: implicit conversion changes signedness: 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') to '__gnu_cxx::__normal_iterator, std::allocator > >::difference_type' (aka 'long') [-Wsign-conversion] value_.begin() + std::string("Basic ").length(), value_.end()); ~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:389:51: warning: implicit conversion changes signedness: 'const unsigned long' to '__gnu_cxx::__normal_iterator, std::allocator > >::difference_type' (aka 'long') [-Wsign-conversion] return std::string(DecodedCredentials.begin() + Delimiter + 1, ~ ^~~~~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_header.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ 13 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_headers.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/http_headers.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ 10 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/mime.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/net.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/mime.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ 1 warning generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/mime.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/mime.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:134:15: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion] ev.events = toEpollEvents(interest); ~ ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:144:15: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion] ev.events = toEpollEvents(interest); ~ ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:160:15: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion] ev.events = toEpollEvents(interest); ~ ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:183:34: warning: implicit conversion changes signedness: 'const uint32_t' (aka 'const unsigned int') to 'int' [-Wsign-conversion] event.flags = toNotifyOn(ev->events); ~~~~~~~~~~ ~~~~^~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:208:7: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] if (events & EPOLLIN) ^~~~~~ ~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:210:7: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] if (events & EPOLLOUT) ^~~~~~ ~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:212:7: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] if (events & EPOLLHUP) ^~~~~~ ~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:214:7: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] if (events & EPOLLRDHUP) { ^~~~~~ ~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:227:20: warning: implicit conversion changes signedness: 'Pistache::Fd' (aka 'int') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Polling::Tag tag(event_fd); ~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/os.cc:236:58: warning: implicit conversion changes signedness: 'const Pistache::Fd' (aka 'const int') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Polling::Tag NotifyFd::tag() const { return Polling::Tag(event_fd); } ~~~~~~~ ^~~~~~~~ 2 warnings generated. 5 warnings generated. 10 warnings generated. /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/stream.cc:66:14: warning: implicit conversion changes signedness: '__off_t' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = sb.st_size; ~ ~~~^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/stream.cc:98:41: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] return RawBuffer(data_.data(), pptr() - data_.data()); ~~~~~~~~~ ~~~~~~~^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/stream.cc:171:54: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t StreamCursor::remaining() const { return buf->in_avail(); } ~~~~~~ ~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/stream.cc:273:18: warning: implicit conversion changes signedness: 'ptrdiff_t' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] cursor.advance(static_cast(end - cursor.offset())); ~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/stream.cc:6: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ 5 warnings generated. /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/reactor.cc:117:37: warning: unused parameter 'key' [-Wunused-parameter] void removeFd(const Reactor::Key& key, Fd fd) override { ^ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/reactor.cc:504:54: warning: implicit conversion changes signedness: 'Pistache::Fd' (aka 'int') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] impl()->registerFd(key, fd, interest, Polling::Tag(fd), mode); ~~~~~~~ ^~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/reactor.cc:510:61: warning: implicit conversion changes signedness: 'Pistache::Fd' (aka 'int') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] impl()->registerFdOneShot(key, fd, interest, Polling::Tag(fd), mode); ~~~~~~~ ^~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/reactor.cc:521:52: warning: implicit conversion changes signedness: 'Pistache::Fd' (aka 'int') to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] impl()->modifyFd(key, fd, interest, Polling::Tag(fd), mode); ~~~~~~~ ^~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/peer.cc:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/reactor.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/reactor.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/peer.cc:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/peer.cc:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] ConcretePeer() = default; ^ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/peer.cc:24:23: note: default constructor of 'ConcretePeer' is implicitly deleted because base class 'Pistache::Tcp::Peer' has no default constructor struct ConcretePeer : Peer { ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/peer.cc:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/peer.cc:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/tcp.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/tcp.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/tcp.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ 5 warnings generated. 6 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/tcp.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ 5 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/timer_pool.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/timer_pool.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/reactor.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:132:60: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion] static_cast(Const::MaxBuffer - totalBytes)); ~ ^~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:135:64: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion] bytes = recv(fd, buffer + totalBytes, Const::MaxBuffer - totalBytes, 0); ~ ^~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:143:37: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] handler_->onInput(buffer, totalBytes, peer); ~~~~~~~ ^~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:155:33: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] handler_->onInput(buffer, bytes, peer); ~~~~~~~ ^~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:232:24: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] off_t offset = totalWritten; ~~~~~~ ^~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:260:25: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion] totalWritten += bytesWritten; ~~ ^~~~~~~~~~~~ 1 warning generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/utils.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:238:14: warning: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Tag tag_(event_fd); ~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:41:15: note: in instantiation of member function 'Pistache::PollableQueue::bind' requested here writesQueue.bind(poller); ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:238:14: warning: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Tag tag_(event_fd); ~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:42:15: note: in instantiation of member function 'Pistache::PollableQueue::bind' requested here timersQueue.bind(poller); ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:238:14: warning: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Tag tag_(event_fd); ~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:43:14: note: in instantiation of member function 'Pistache::PollableQueue::bind' requested here peersQueue.bind(poller); ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/utils.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:277:25: warning: implicit conversion changes signedness: 'const int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] return Polling::Tag(event_fd); ~~~~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:65:39: note: in instantiation of member function 'Pistache::PollableQueue::tag' requested here if (entry.getTag() == writesQueue.tag()) { ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:277:25: warning: implicit conversion changes signedness: 'const int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] return Polling::Tag(event_fd); ~~~~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:67:46: note: in instantiation of member function 'Pistache::PollableQueue::tag' requested here } else if (entry.getTag() == timersQueue.tag()) { ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:12: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:277:25: warning: implicit conversion changes signedness: 'const int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] return Polling::Tag(event_fd); ~~~~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/transport.cc:69:45: note: in instantiation of member function 'Pistache::PollableQueue::tag' requested here } else if (entry.getTag() == peersQueue.tag()) { ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/utils.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/common/utils.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ 5 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/endpoint.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/endpoint.h:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/endpoint.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/endpoint.h:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/listener.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/listener.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/listener.cc:248:29: warning: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Polling::Tag(fd)); ~~~~~~~ ^~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/listener.cc:444:20: warning: implicit conversion changes signedness: 'Pistache::Fd' (aka 'int') to 'unsigned long' [-Wsign-conversion] auto idx = peer->fd() % handlers.size(); ~~~~~~^~~~ ~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/endpoint.cc:65:25: warning: implicit conversion changes signedness: 'const int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] listener.init(options.threads_, options.flags_, options.threadsName_); ~~~~ ~~~~~~~~^~~~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/listener.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/listener.h:13: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/listener.cc:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/peer.h:14: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/endpoint.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/endpoint.h:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/endpoint.cc:8: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/endpoint.h:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ 6 warnings generated. 17 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/router.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/router.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:34:68: warning: implicit conversion changes signedness: 'char' to 'unsigned long long' [-Wsign-conversion] return c == 0 ? value : hash_one(remain[0], remain + 1, (value ^ c) * prime); ~ ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:87:36: warning: implicit conversion changes signedness: 'const off_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t offset() const { return offset_; } ~~~~~~ ^~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:103:41: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long') [-Wsign-conversion] return BufferHolder(_fd, size_, offset); ~~~~~~~~~~~~ ^~~~~~ 7 warnings generated. In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/router.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/server/router.cc:9: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/description.h:20: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/router.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:271:39: warning: implicit conversion changes signedness: 'unsigned long' to 'const ssize_t' (aka 'const long') [-Wsign-conversion] const ssize_t len = buffer.size() - totalWritten; ~~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:271:41: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion] const ssize_t len = buffer.size() - totalWritten; ~ ^~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:272:51: warning: implicit conversion changes signedness: 'const ssize_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] const ssize_t bytesWritten = ::send(fd, data, len, 0); ~~ ^~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:420:48: warning: implicit conversion changes signedness: 'const ssize_t' (aka 'const long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] connection->handleResponsePacket(buffer, bytes); ~~~~~~~~~~~~~~~~~~~~ ^~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:689:10: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator *, vector, allocator > > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] return std::count_if(pool.begin(), pool.end(), ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:706:10: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator *, vector, allocator > > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] return std::count_if( ~~~~~~ ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:808:21: warning: implicit conversion changes signedness: 'const int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] pool.init(options.maxConnectionsPerHost_, options.maxResponseSize_); ~~~~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:809:44: warning: implicit conversion changes signedness: 'const int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] reactor_->init(Aio::AsyncContext(options.threads_)); ~~~ ~~~~~~~~^~~~~~~~ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:23: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_headers.h:15: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http_header.h:17: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/net.h:9: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:40:13: warning: implicit conversion changes signedness: 'typename iterator_traits::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_ = std::distance(begin, end); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/view.h:100:55: note: in instantiation of member function 'Pistache::ViewBase::ViewBase' requested here explicit View(const char *begin, const char *end) : Base(begin, end) {} ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:26: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:41:49: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] size_t position() const { return this->gptr() - this->eback(); } ~~~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/stream.h:180:49: note: in instantiation of member function 'Pistache::StreamBuf::position' requested here : cursor(_cursor), position(cursor.buf->position()), ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:277:25: warning: implicit conversion changes signedness: 'const int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] return Polling::Tag(event_fd); ~~~~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:209:44: note: in instantiation of member function 'Pistache::PollableQueue::tag' requested here if (entry.getTag() == connectionsQueue.tag()) { ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:277:25: warning: implicit conversion changes signedness: 'const int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] return Polling::Tag(event_fd); ~~~~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:211:48: note: in instantiation of member function 'Pistache::PollableQueue::tag' requested here } else if (entry.getTag() == requestsQueue.tag()) { ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:238:14: warning: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Tag tag_(event_fd); ~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:226:17: note: in instantiation of member function 'Pistache::PollableQueue::bind' requested here requestsQueue.bind(poller); ^ In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:7: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/client.h:10: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/http.h:28: In file included from /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/transport.h:10: /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/../include/pistache/mailbox.h:238:14: warning: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Wsign-conversion] Tag tag_(event_fd); ~~~~ ^~~~~~~~ /home/conan/w/cci_PR-3719/.conan/data/pistache/cci.20201127/_/_/build/e23e4e625f49ac8ffb2fade452d6d3feb9b5eeab/source_subfolder/src/client/client.cc:227:20: note: in instantiation of member function 'Pistache::PollableQueue::bind' requested here connectionsQueue.bind(poller); ^ 17 warnings generated. 5 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY