Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
override
to LogStreamBuf::overflow()
Prevents warnings such as: ``` glog/logging.h:1122:20: error: ‘virtual std::basic_streambuf<char>::int_type google::base_logging::LogStreamBuf::overflow(std::basic_streambuf<char>::int_type)’ can be marked override [-Werror=suggest-override] virtual int_type overflow(int_type ch) { ^~~~~~~~ ``` Signed-off-by: Santiago Gil <[email protected]>
- Loading branch information