1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

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

View file

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