LibTLS: Enable -Wvla for LibTLS

Fixes #7071.
This commit is contained in:
Ali Mohammad Pur 2021-05-13 12:27:58 +04:30 committed by Andreas Kling
parent 98ecb95709
commit d922bb0903
Notes: sideshowbarker 2024-07-18 18:14:07 +09:00

View File

@ -1,3 +1,5 @@
add_compile_options(-Wvla)
set(SOURCES
ClientHandshake.cpp
Exchange.cpp