16.04.2016, 08:27
Quote:
You earned your rep!
btw I tried to expand it by 10000 by now it shows it again xD how much should I expand? |
If yes, you don't need to, it doesn't have anything to do with it. I was mixing it up with another compiler warning :/
If you have big ass local arrays somewhere (4096 slots or more, which is the default heap/stack size) you should use dynamic to extend the stack/heap, otherwise it's pointless.