MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / EmitExpectWarning

Method EmitExpectWarning

src/Utilities/Stream.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void PhobosStreamReader::EmitExpectWarning(unsigned int found, unsigned int expect, std::true_type) const
116{
117 Debug::Log("PhobosStreamReader - Found %X, expected %X\n", found, expect);
118}
119
120void PhobosStreamReader::EmitSwizzleWarning(long id, void* pointer, std::true_type) const
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected