Skeleton for applying deprecation warnings

This commit is contained in:
Martin Hořeňovský
2025-07-20 21:40:18 +02:00
parent 715558fd97
commit 8c3ffe05e1
8 changed files with 50 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ set(_OverridableOptions
"GETENV"
"EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT"
"USE_BUILTIN_CONSTANT_P"
"DEPRECATION_ANNOTATIONS"
)
foreach(OptionName ${_OverridableOptions})