소스 검색

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