objc[52886]: Class SDLApplication is implemented in both /Users/learath2/Desktop/C/ddnet/ddnet-libs/sdl/mac/lib64/SDL2.framework/Versions/A/SDL2 (0x10c8ac680) and /Users/learath2/Desktop/C/ddnet/build/./DDNet (0x10c46c090). One of the two will be used. Which one is undefined.
Not sure if this was an issue for anyone, but at least it doesn't break anything.mem_zero
in twclass Child : public Parent { Child(const Parent &p) : Child(), Parent(p) {}; };
I was trying sth like thisvoid *memcpy(void *dest, const void *src, size_t n);
mem_zero(((unsigned char *)this) + sizeof(Parent), sizeof(*this) - sizeof(Parent));
(edited)mem_zero
ing a structure at all