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.
|
||||
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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user