address warnings and errors

This commit is contained in:
Swapnil Patel 2022-06-27 22:42:24 -04:00 committed by Jacob Perron
parent de253b6e81
commit d75d41c638
3 changed files with 5 additions and 3 deletions

View file

@ -73,6 +73,7 @@ namespace create {
std::shared_ptr<Data> data,
const uint8_t& header = create::util::STREAM_HEADER,
bool install_signal_handler = true);
virtual ~SerialStream() = default;
};
} // namespace create