You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/24 07:36:29 UTC

[avro] branch master updated (d3ecee924 -> d336c6c7b)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


    from d3ecee924 Bump serde from 1.0.143 to 1.0.144 in /lang/rust (#1834)
     add d336c6c7b AVRO-3616: C++ Fix compilation warnings (#1836)

No new revisions were added by this update.

Summary of changes:
 lang/c++/CMakeLists.txt                      |  2 +-
 lang/c++/api/AvroTraits.hh                   |  8 ++++----
 lang/c++/api/NodeImpl.hh                     |  4 ++--
 lang/c++/impl/DataFile.cc                    | 10 +++++-----
 lang/c++/impl/Resolver.cc                    |  2 +-
 lang/c++/impl/ValidSchema.cc                 |  4 ++--
 lang/c++/impl/Validator.cc                   |  2 +-
 lang/c++/test/AvrogencppTestReservedWords.cc |  2 +-
 lang/c++/test/AvrogencppTests.cc             |  2 +-
 lang/c++/test/CodecTests.cc                  |  2 +-
 lang/c++/test/CompilerTests.cc               |  2 +-
 lang/c++/test/DataFileTests.cc               |  2 +-
 lang/c++/test/JsonTests.cc                   |  2 +-
 lang/c++/test/LargeSchemaTests.cc            |  2 +-
 lang/c++/test/SchemaTests.cc                 |  2 +-
 lang/c++/test/SpecificTests.cc               |  2 +-
 lang/c++/test/StreamTests.cc                 |  2 +-
 lang/c++/test/buffertest.cc                  |  2 +-
 lang/c++/test/testgentest.cc                 |  2 +-
 lang/c++/test/unittest.cc                    |  2 +-
 20 files changed, 29 insertions(+), 29 deletions(-)