-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
I was able to build manually but did see this warning during make, if helpful.
- capnproto 0.7.0-7
- debian 5.8.10-1 (2020-09-19) x86_64 GNU/Linux
- gcc (Debian 10.2.0-9) 10.2.0
/libmultiprocess/src/mp/gen.cpp: In function ‘void Generate(kj::StringPtr, kj::StringPtr, kj::StringPtr, kj::ArrayPtr<const kj::StringPtr>)’:
/libmultiprocess/src/mp/gen.cpp:164:77: warning: ‘capnp::ParsedSchema capnp::SchemaParser::parseDiskFile(kj::StringPtr, kj::StringPtr, kj::ArrayPtr<const kj::StringPtr>) const’ is deprecated [-Wdeprecated-declarations]
164 | auto file_schema = parser.parseDiskFile(src_file, src_file, import_paths);
| ^
In file included from /libmultiprocess/src/mp/gen.cpp:9:
/usr/include/capnp/schema-parser.h:103:16: note: declared here
103 | ParsedSchema parseDiskFile(kj::StringPtr displayName, kj::StringPtr diskPath,
| ^~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels