[pre-commit.ci] pre-commit autoupdate #906
Annotations
10 warnings
⚙️ Build:
cpp-terminal/prompt.cpp#L212
noexcept-expression evaluates to 'false' because of a call to 'Term::Row::Row(const uint16_t&)' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/position.hpp#L22
but 'Term::Row::Row(const uint16_t&)' does not throw; perhaps it should be declared 'noexcept' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/prompt.cpp#L212
noexcept-expression evaluates to 'false' because of a call to 'Term::Column::Column(const uint16_t&)' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/position.hpp#L33
but 'Term::Column::Column(const uint16_t&)' does not throw; perhaps it should be declared 'noexcept' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/window.cpp#L26
noexcept-expression evaluates to 'false' because of a call to 'Term::Row::Row(const uint16_t&)' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/position.hpp#L22
but 'Term::Row::Row(const uint16_t&)' does not throw; perhaps it should be declared 'noexcept' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/window.cpp#L26
noexcept-expression evaluates to 'false' because of a call to 'Term::Column::Column(const uint16_t&)' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/position.hpp#L33
but 'Term::Column::Column(const uint16_t&)' does not throw; perhaps it should be declared 'noexcept' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/event.cpp#L461
noexcept-expression evaluates to 'false' because of a call to 'Term::Row::Row(const uint16_t&)' [-Wnoexcept]
|
⚙️ Build:
cpp-terminal/position.hpp#L22
but 'Term::Row::Row(const uint16_t&)' does not throw; perhaps it should be declared 'noexcept' [-Wnoexcept]
|
Loading