mirror of
https://github.com/zeldaret/tp
synced 2026-08-11 03:26:25 -04:00
d_demo debug (#3098)
This commit is contained in:
@@ -100,6 +100,8 @@ struct TValueIterator
|
||||
|
||||
TValueIterator(const void* begin) {
|
||||
mBegin = reinterpret_cast<const char*>(begin);
|
||||
bool unused = false;
|
||||
(void)&unused;
|
||||
}
|
||||
|
||||
const void* get() const { return mBegin; }
|
||||
|
||||
Reference in New Issue
Block a user