| 564 | bool GetCheckSystemVars() const { return this->CheckSystemVars; } |
| 565 | void SetCheckSystemVars(bool b) { this->CheckSystemVars = b; } |
| 566 | bool GetIgnoreCompileWarningAsError() const |
| 567 | { |
| 568 | return this->IgnoreCompileWarningAsError; |
| 569 | } |
| 570 | void SetIgnoreCompileWarningAsError(bool b) |
| 571 | { |
| 572 | this->IgnoreCompileWarningAsError = b; |
no outgoing calls
no test coverage detected