Use C++20 (#6877)
This commit is contained in:
committed by
GitHub
parent
8306ed8ae3
commit
b7a990d0b5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user