Fixes for a couple of minor warnings reported when building with a fresh OS install. The first fixes another typo in the examples makefile. The second fixes another warning that is emitted by recent rust. I note that with a fresh/minimal OS install the rust bindings still fail to build due to a missing dependency on libclang and clang headers, but that isn't tested for by configure - it fails during the build. Kent Gibson (2): examples: fix typo in Makefile.am bindings: rust: fix unclear resolver warning bindings/rust/Cargo.toml | 2 ++ examples/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- 2.41.0