Refactor CMake code related to compiler warnings, enable some additional warnings

This commit is contained in:
Siarhei Fedartsou 2022-09-01 23:34:47 +02:00
parent a58e29f5d5
commit 642683c12a

View File

@ -23,8 +23,7 @@ namespace
// Boost.Assert only declares the following two functions and let's us define them here.
namespace boost
{
void
assertion_failed(char const *expr, char const *function, char const *file, long line)
void assertion_failed(char const *expr, char const *function, char const *file, long line)
{
::assertion_failed_msg_helper(expr, "", function, file, line);
}