mirror of
https://github.com/zeldaret/ss
synced 2026-05-30 00:46:41 -04:00
cec09ad023
* g3d Headers * initial g3d source files -- NOT YET FIXED * change ResFile static_cast to explicit ctor
28 lines
520 B
YAML
28 lines
520 B
YAML
# https://clangd.llvm.org/config
|
|
CompileFlags:
|
|
Add: [
|
|
"-Wno-c++11-compat-deprecated-writable-strings",
|
|
"-Wno-trigraphs",
|
|
"-fno-trigraphs",
|
|
"-Wno-c++11-extensions",
|
|
"-Wno-shadow",
|
|
"-Wno-register"
|
|
]
|
|
|
|
---
|
|
# Fragment for suppressing some warning generated in rvl
|
|
If:
|
|
PathMatch: [
|
|
".*/rvl/.*",
|
|
".*/g3d/platform/.*",
|
|
".*/math/.*",
|
|
]
|
|
|
|
Diagnostics:
|
|
Suppress: [
|
|
"unknown_typename",
|
|
"expected_unqualified_id",
|
|
"expected_semi_declaration",
|
|
"undeclared_var_use",
|
|
]
|