MCPcopy Create free account
hub / github.com/devosoft/avida / Warning

Method Warning

avida-core/source/tools/cUserFeedback.h:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90inline void cUserFeedback::Warning(const char* fmt, ...)
91{
92 va_list args;
93 va_start(args, fmt);
94 m_entries.Push(sEntry(UF_WARNING, fmt, args));
95 va_end(args);
96 m_warnings++;
97}
98
99inline void cUserFeedback::Notify(const char* fmt, ...)
100{

Callers 2

ReadStringMethod · 0.45
WarnUnusedMethod · 0.45

Calls 2

sEntryClass · 0.85
PushMethod · 0.45

Tested by

no test coverage detected