This commit is contained in:
Siarhei Fedartsou 2024-05-24 21:34:08 +02:00
parent e9ad8ba400
commit 044986885d

View File

@ -79,3 +79,5 @@ add_warning(tautological-compare)
add_warning(trampolines)
# these warnings are not enabled by default
# no_warning(name-of-warning)
no_warning(deprecated-comma-subscript)
no_warning(comma-subscript)