This commit is contained in:
Siarhei Fedartsou
2024-05-25 18:25:13 +02:00
committed by GitHub
parent 8306ed8ae3
commit b7a990d0b5
5 changed files with 42 additions and 6 deletions
+6 -1
View File
@@ -78,4 +78,9 @@ add_warning(switch-bool)
add_warning(tautological-compare)
add_warning(trampolines)
# these warnings are not enabled by default
# no_warning(name-of-warning)
# no_warning(name-of-warning)
no_warning(deprecated-comma-subscript)
no_warning(comma-subscript)
no_warning(ambiguous-reversed-operator)
no_warning(restrict)
no_warning(free-nonheap-object)