Skip to content
2 changes: 2 additions & 0 deletions include/rfl/OneOf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ struct OneOf {
if constexpr (sizeof...(Tail) == 0) {
if (_errors.size() == sizeof...(Cs)) {
return _value;
// The AI suggests return std::forward<decltype(_result)>(_result);
// is it correct in this context?
}
return error(make_error_message(_errors));
} else {
Expand Down
2 changes: 1 addition & 1 deletion include/rfl/parsing/FieldVariantParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

static schema::Type to_schema(
std::map<std::string, schema::Type>* _definitions,
std::vector<schema::Type> _types = {}) {
std::vector<schema::Type> [[maybe_unused]] _types = {}) {

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-14)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-gcc-14)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-13)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-gcc-14)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-13)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

attribute ignored [-Wattributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

attribute ignored [-Werror=attributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

attribute ignored [-Wattributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check warning on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

attribute ignored [-Wattributes]

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 76 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types
using VariantType = rfl::Variant<NamedTuple<FieldTypes>...>;
return Parser<R, W, VariantType, ProcessorsType>::to_schema(_definitions);
}
Expand Down
2 changes: 1 addition & 1 deletion include/rfl/parsing/Parser_bytestring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

static schema::Type to_schema(
std::map<std::string, schema::Type>* _definitions) {
std::map<std::string, schema::Type>* [[maybe_unused]] _definitions) {

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_bytestring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types
return schema::Type{schema::Type::Bytestring{}};
}
};
Expand Down
2 changes: 1 addition & 1 deletion include/rfl/parsing/Parser_vectorstring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

static schema::Type to_schema(
std::map<std::string, schema::Type>* _definitions) {
std::map<std::string, schema::Type>* [[maybe_unused]] _definitions) {

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

'maybe_unused' attribute cannot be applied to types

Check failure on line 31 in include/rfl/parsing/Parser_vectorstring.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

'maybe_unused' attribute cannot be applied to types
return schema::Type{schema::Type::Vectorstring{}};
}
};
Expand Down
Loading