fixes #685
Annotations
10 warnings
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will always evaluate to 'true' [-Waddress]
|
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will always evaluate to 'true' [-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 always evaluate to 'true' [-Waddress]
|
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will always evaluate to 'true' [-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 always evaluate to 'true' [-Waddress]
|
cpp-terminal/stream.hpp#L47
the compiler can assume that the address of 't' will always evaluate to 'true' [-Waddress]
|
cpp-terminal/stream.hpp#L47
nonnull argument 't' compared to NULL [-Wnonnull-compare]
|
examples/prompt_not_immediate.cpp#L18
the address of 'std::__cxx11::string Term::Version::string()' will always evaluate as 'true' [-Waddress]
|
The logs for this run have expired and are no longer available.
Loading