mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-23 11:37:04 +00:00
f5532bb650
I had been looking at the wrong line all along when attempting to fix:
```
core/os/memory.cpp:184:13: warning: unused variable 's' [-Wunused-variable]
uint64_t *s = (uint64_t *)mem;
^
```