fix(util/stackinfo): compilation warning on mingw and cygwin
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ef069e39b0
commit
fd9781d58d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Author: Leonardo de Moura
|
|||
#define LEAN_MIN_STACK_SPACE 128*1024 // 128 Kb
|
||||
|
||||
namespace lean {
|
||||
static void throw_get_stack_size_failed() {
|
||||
void throw_get_stack_size_failed() {
|
||||
throw exception("failed to retrieve thread stack size");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue