don't warn me about overrides

The feature is just too useful to define clean APIs.
This commit is contained in:
2025-10-04 00:46:41 +02:00
parent d820973b59
commit d3770e86bc
+3 -1
View File
@@ -1,2 +1,4 @@
CompileFlags:
Add: [-xc] # Treat all files as C by default
Add:
- "-xc" # Treat all files as C by default
- "-Wno-initializer-overrides"