fixes #600
Annotations
9 warnings
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
cpp-terminal/stream.hpp#L47
'nonnull' argument 't' compared to NULL [-Wnonnull-compare]
|
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
cpp-terminal/stream.hpp#L47
'nonnull' argument 't' compared to NULL [-Wnonnull-compare]
|
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
cpp-terminal/stream.hpp#L47
'nonnull' argument 't' compared to NULL [-Wnonnull-compare]
|
examples/prompt_not_immediate.cpp#L18
the address of 'std::string Term::Version::string()' will never be NULL [-Waddress]
|
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
cpp-terminal/stream.hpp#L47
'nonnull' argument 't' compared to NULL [-Wnonnull-compare]
|
The logs for this run have expired and are no longer available.
Loading