| 113 | } |
| 114 | |
| 115 | void 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 | |
| 120 | void PhobosStreamReader::EmitSwizzleWarning(long id, void* pointer, std::true_type) const |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected