Fix compiler warnings caused by -Wstack-usage=524288

This commit is contained in:
jsteube
2016-10-30 22:22:26 +01:00
parent 0c42be9fb9
commit eb58b076da
7 changed files with 44 additions and 63 deletions
+1
View File
@@ -126,6 +126,7 @@ CFLAGS += -ftrapv
# default linux and freebsd thread stack size is 2MB
# default windows thread stack size is 1MB
# default OSX thread stack size is 512kB
# unfortionally, this option isn't supported by older GCC and clang versions
CFLAGS += -Wstack-usage=524288