Functions that put large amounts of static data onto the stack may be

worth looking at every now and then.

The value of 16384 is the same as the default in VS.

Change-Id: I68fd51e373437088f59c1e197d1a889f856caded
Reviewed-on: https://code.wireshark.org/review/21030
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Joerg Mayer 2017-04-13 16:34:49 +02:00 committed by Michael Mann
parent 77e67a3e8a
commit bf5fd112bc
1 changed files with 4 additions and 0 deletions

View File

@ -414,6 +414,10 @@ else()
-Wno-overlength-strings
-Wno-long-long
-Wheader-guard
#
# Code that may be worth looking into (coding practices)
#
-Wframe-larger-than=16384
)
set(C_WARN_FLAGS