Snippets for apache-orc 2.3.1 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/y28i58silga9zfy548xp7vz78jn8hqx3-apache-orc-2.3.1.drv.
-
/build/source/c++/src/ColumnWriter.cc:215:40: warning: ignoring return value of 'bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const', declared with attribute 'nodiscard' [-Wunused-result] 215 | rowIndex->SerializeToZeroCopyStream(indexStream.get()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/c++/test/TestBufferedOutputStream.cc:125:23: warning: ignoring return value of 'bool google::protobuf::MessageLite::ParseFromArray(const void*, int)', declared with attribute 'nodiscard' [-Wunused-result] 125 | ps2.ParseFromArray(memStream.getData(), static_cast<int>(memStream.getLength())); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/tools/src/FileMetadata.cc:88:24: warning: ignoring return value of 'bool google::protobuf::TextFormat::Printer::PrintToString(const google::protobuf::Message&, std::string*) const', declared with attribute 'nodiscard' [-Wunused-result] 88 | printer.PrintToString(tail, &text_output); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/source/c++/test/TestCompression.cc:221:32: warning: ignoring return value of 'bool google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*)', declared with attribute 'nodiscard' [-Wunused-result] 221 | ps2.ParseFromZeroCopyStream(decompressStream.get()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~