Refactor CMake code related to compiler warnings, enable some additional warnings
This commit is contained in:
parent
a58e29f5d5
commit
642683c12a
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user