25 lines
470 B
Plaintext
25 lines
470 B
Plaintext
If:
|
|
PathMatch:
|
|
- .*/example/.*
|
|
CompileFlags:
|
|
BuiltinHeaders: QueryDriver
|
|
CompilationDatabase: ./example/build/ninja/compile_commands.json
|
|
Add:
|
|
- '/wd4244'
|
|
- '/wd4267'
|
|
- '/wd4838'
|
|
- '/wd4430'
|
|
Remove:
|
|
- 'external:I*'
|
|
- 'external:W*'
|
|
---
|
|
If:
|
|
PathExclude:
|
|
- .*/example/.*
|
|
CompileFlags:
|
|
BuiltinHeaders: QueryDriver
|
|
CompilationDatabase: ./build/ninja/compile_commands.json
|
|
Remove:
|
|
- 'external:I*'
|
|
- 'external:W*'
|