Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ conf_errors
Function
conf_errors
util/kconfig/confdata.c:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
static int conf_lineno, conf_warnings;
157
158
bool conf_errors(void)
159
{
160
if (conf_warnings)
161
return getenv(
"KCONFIG_WERROR"
);
162
return false;
163
}
164
165
#ifdef __MINGW32__
166
#define mkdir(_n,_p) mkdir((_n))
Callers
1
main
Function · 0.85
Calls
1
getenv
Function · 0.50
Tested by
no test coverage detected