Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ warnx
Function
warnx
util/system/err.cpp:50–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void warnx(const char* fmt, ...) {
51
va_list args;
52
53
va_start(args, fmt);
54
vwarnx(fmt, args);
55
va_end(args);
56
}
57
58
[[noreturn]] void verr(int status, const char* fmt, va_list args) {
59
vwarn(fmt, args);
Callers
1
Execute
Method · 0.85
Calls
1
vwarnx
Function · 0.85
Tested by
no test coverage detected