Searched refs:treat_warning_as_error (Results 1 – 4 of 4) sorted by relevance
79 CHECK(options.treat_warning_as_error.empty()); in TEST()81 ASSERT_EQ("true", options.treat_warning_as_error); in TEST()
23 std::string treat_warning_as_error; member
102 SetOption(cflag.size() == 3, treat_warning_as_error, "true") break; in ParseCompilerOption()
609 if (!options.treat_warning_as_error.empty()) { in WriteProjectFileContents()611 ->Text(options.treat_warning_as_error); in WriteProjectFileContents()