1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

LibCrypto: Enable -Wvla for LibCrypto

Resolves part of #7071.
This commit is contained in:
Ali Mohammad Pur 2021-05-13 12:14:35 +04:30 committed by Andreas Kling
parent b05beb79d4
commit abda20e25e

View file

@ -1,3 +1,5 @@
add_compile_options(-Wvla)
set(SOURCES set(SOURCES
ASN1/ASN1.cpp ASN1/ASN1.cpp
ASN1/DER.cpp ASN1/DER.cpp