This commit is contained in:
Siarhei Fedartsou 2024-06-18 13:37:38 +02:00
parent b98b7c857f
commit 2983aa66f1

View File

@ -84,3 +84,5 @@ no_warning(comma-subscript)
no_warning(ambiguous-reversed-operator)
no_warning(restrict)
no_warning(free-nonheap-object)
no_warning(array-bounds)
no_warning(uninitialized)