MCPcopy Create free account
hub / github.com/Kitware/CMake / GetIgnoreCompileWarningAsError

Method GetIgnoreCompileWarningAsError

Source/cmake.h:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 10

CreateReRunCMakeFileMethod · 0.80
WriteLocalAllRulesMethod · 0.80
AddCompileOptionsMethod · 0.80
AddCheckTargetMethod · 0.80
CreateVCProjBuildRuleMethod · 0.80
WriteTargetRebuildBFFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected