Boost the maximum frame size.

Lemon gets this error on its Parse() function, at least on FreeBSD 11.1
with its version of Clang.

Change-Id: I4fc1674373af5c0016ee953b61066bf6b24b7ad6
Reviewed-on: https://code.wireshark.org/review/27905
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-05-29 16:44:09 -07:00
parent c74ba09dcf
commit 8f6c3ee8e1
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ else() # ! MSVC
# usage in normal operation.
#
set(COMMON_WARN_FLAGS ${COMMON_WARN_FLAGS}
-Wframe-larger-than=16384
-Wframe-larger-than=32768
)
endif()