mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* Z2LinkMgr work, Z2AudioArcLoader matching * Z2SeMgr matching * Z2SpeechMgr2 almost done, Z2SoundHandles matching
17 lines
436 B
YAML
17 lines
436 B
YAML
CompileFlags:
|
|
Add: [-Wno-c++11-compat-deprecated-writable-strings, -Wno-extern-initializer, -Wno-multichar, "-fdeclspec"]
|
|
Diagnostics:
|
|
Suppress:
|
|
- "warn_char_constant_too_large"
|
|
- "illegal_union_or_anon_struct_member"
|
|
---
|
|
If:
|
|
PathMatch: .*/*.inc
|
|
Diagnostics:
|
|
Suppress:
|
|
- "undeclared_var_use"
|
|
- "undeclared_var_use_suggest"
|
|
- "bound_member_function"
|
|
- "typecheck_subscript_value"
|
|
- "unknown_typename"
|