fix(util/stackinfo): compilation warning on mingw and cygwin

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-04 08:26:50 -08:00
parent ef069e39b0
commit fd9781d58d

View file

@ -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");
}