mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-28 07:54:51 -04:00
a169aac99f
* obj_iceleaf almost done * fix up d_a_alink procvars * more d_a_alink work * some d_a_alink error cleanup * some more cleanup
13 lines
300 B
YAML
13 lines
300 B
YAML
CompileFlags:
|
|
Add: [-Wno-c++11-compat-deprecated-writable-strings, -Wno-extern-initializer]
|
|
---
|
|
If:
|
|
PathMatch: .*/*.inc
|
|
Diagnostics:
|
|
Suppress:
|
|
- "undeclared_var_use"
|
|
- "undeclared_var_use_suggest"
|
|
- "bound_member_function"
|
|
- "typecheck_subscript_value"
|
|
- "unknown_typename"
|