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