浏览代码

LibTLS: Enable -Wvla for LibTLS

Fixes #7071.
Ali Mohammad Pur 4 年之前
父节点
当前提交
d922bb0903
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Userland/Libraries/LibTLS/CMakeLists.txt

+ 2 - 0
Userland/Libraries/LibTLS/CMakeLists.txt

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