Skip to content

[pre-commit.ci] pre-commit autoupdate #870

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #870

Triggered via pull request November 25, 2024 22:09
Status Success
Total duration 6m 43s
Artifacts

windows.yml

on: pull_request
Matrix: clang-cl-11
Matrix: clang
Matrix: msvc2019
Matrix: msvc2022
Matrix: msys2
Fit to window
Zoom out
Zoom in

Annotations

560 warnings
msvc2022 win32 (c++11): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/window.cpp#L92
'argument': conversion from 'size_t' to 'const uint16_t', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++11): cpp-terminal/event.hpp#L82
'Term::Event::container::m_Key': constructor is not implicitly called [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
windows-2019 clang-11.1.0 (c++11): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-11.1.0 (c++11): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++11): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-12.0.1 (c++14): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++14): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-12.0.1 (c++11): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++11): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-11.1.0 (c++14): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++14): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-12.0.1 (c++17): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++17): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-13.0.1 (c++17): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-13.0.1 (c++17): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++17): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-13.0.1 (c++14): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-13.0.1 (c++14): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++14): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-13.0.1 (c++11): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-13.0.1 (c++11): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++11): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-14.0.6 (c++17): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-14.0.6 (c++17): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++17): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-12.0.1 (c++20): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-12.0.1 (c++20): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-11.1.0 (c++17): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++17): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
msvc2022 win32 (c++14): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/window.cpp#L92
'argument': conversion from 'size_t' to 'const uint16_t', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++14): cpp-terminal/event.hpp#L82
'Term::Event::container::m_Key': constructor is not implicitly called [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
windows-2019 clang-14.0.6 (c++11): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-14.0.6 (c++11): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-14.0.6 (c++11): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++11): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-15.0.2 (c++11): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-15.0.2 (c++11): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++11): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-15.0.2 (c++14): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-15.0.2 (c++14): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++14): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
msvc2022 win32 (c++17): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/window.cpp#L92
'argument': conversion from 'size_t' to 'const uint16_t', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++17): cpp-terminal/event.hpp#L82
'Term::Event::container::m_Key': constructor is not implicitly called [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/window.cpp#L92
'argument': conversion from 'size_t' to 'const uint16_t', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 win32 (c++20): cpp-terminal/event.hpp#L82
'Term::Event::container::m_Key': constructor is not implicitly called [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
windows-2019 clang-15.0.2 (c++17): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-15.0.2 (c++17): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-15.0.2 (c++17): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++17): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-11.1.0 (c++20): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-11.1.0 (c++20): examples/kilo.cpp#L579
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-14.0.6 (c++20): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-14.0.6 (c++20): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++20): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
msvc2019 win32 (c++20): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++20)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
windows-2019 clang-14.0.6 (c++14): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-14.0.6 (c++14): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-14.0.6 (c++14): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-14.0.6 (c++14): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
msvc2022 x64 (c++14): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++14): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
windows-2019 clang-15.0.2 (c++20): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-15.0.2 (c++20): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-15.0.2 (c++20): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-15.0.2 (c++20): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
msvc2019 x64 (c++11): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++11)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
windows-2019 clang-13.0.1 (c++20): cpp-terminal/private/signals.cpp#L25
unused variable 'hand' [-Wunused-variable]
windows-2019 clang-13.0.1 (c++20): cpp-terminal/private/signals.cpp#L154
variable 'old' set but not used [-Wunused-but-set-variable]
windows-2019 clang-13.0.1 (c++20): cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
windows-2019 clang-13.0.1 (c++20): examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
msvc2019 win32 (c++14): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++14)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++17)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++11)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++14)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
clang64 (c++14): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++14): cpp-terminal/private/terminal_impl.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
msvc2019 x64 (c++20): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 x64 (c++20)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++20): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
clang32 (c++11): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++11): cpp-terminal/private/args.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
msvc2019 win32 (c++17): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(32,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_impl.cpp(52,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17)
'int sprintf_s(char *const ,const size_t,const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1833): note: see declaration of 'sprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17)
'int _scprintf(const char *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2100): note: see declaration of '_scprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(38,1): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but doesD:\a\cpp-terminal\cpp-terminal\cpp-terminal\terminal_initializer.cpp(49,1): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17)
'int swprintf_s(wchar_t *const ,const size_t,const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1530): note: see declaration of 'swprintf_s' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2019 win32 (c++17)
'int _scwprintf(const wchar_t *const ,...)': function not inlinedC:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1761): note: see declaration of '_scwprintf' [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
clang32 (c++14): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++14): cpp-terminal/private/args.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
msvc2022 x64 (c++17): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++17): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
clang64 (c++11): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++11): cpp-terminal/private/terminal_impl.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/prompt.cpp#L263
this statement may fall through [-Wimplicit-fallthrough=]
mingw64 (c++14): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++14): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/prompt.cpp#L263
this statement may fall through [-Wimplicit-fallthrough=]
mingw32 (c++14): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
mingw32 (c++14): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++20): cpp-terminal/private/args.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++17): cpp-terminal/private/args.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/prompt.cpp#L263
this statement may fall through [-Wimplicit-fallthrough=]
mingw32 (c++11): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++11): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++17): cpp-terminal/private/terminal_impl.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
msvc2022 x64 (c++11): cpp-terminal/terminal_impl.cpp#L32
'Term::Terminal::Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/terminal_impl.cpp#L52
'Term::Terminal::~Terminal': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/terminal_initializer.cpp#L38
'Term::TerminalInitializer::TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/terminal_initializer.cpp#L49
'Term::TerminalInitializer::~TerminalInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/iostream_initializer.cpp#L40
'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/iostream_initializer.cpp#L57
'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
msvc2022 x64 (c++11): cpp-terminal/buffer.cpp#L42
'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
mingw64 (c++20): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++20): cpp-terminal/private/terminal_impl.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang64 (c++17): cpp-terminal/private/args.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++17): cpp-terminal/private/terminal_impl.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++17): cpp-terminal/private/args.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/prompt.cpp#L263
this statement may fall through [-Wimplicit-fallthrough=]
mingw32 (c++20): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw32 (c++20): cpp-terminal/private/args.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++14): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/prompt.cpp#L263
this statement may fall through [-Wimplicit-fallthrough=]
ucrt64 (c++11): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++11): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/prompt.cpp#L263
this statement may fall through [-Wimplicit-fallthrough=]
mingw64 (c++11): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
mingw64 (c++11): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/file_initializer.cpp#L19
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/file_initializer.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/file_initializer.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/exception.cpp#L23
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/exception.cpp#L24
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/exception.cpp#L27
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/unicode.cpp#L16
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/unicode.cpp#L17
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/unicode.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
ucrt64 (c++20): cpp-terminal/private/terminal_impl.cpp#L20
ignoring '#pragma warning ' [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/file_initializer.cpp#L19
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/file_initializer.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/file_initializer.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/exception.cpp#L23
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/exception.cpp#L24
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/exception.cpp#L27
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/unicode.cpp#L16
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/unicode.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/unicode.cpp#L20
unknown pragma ignored [-Wunknown-pragmas]
clang32 (c++20): cpp-terminal/private/args.cpp#L17
unknown pragma ignored [-Wunknown-pragmas]