#include <string.h> // something else void utf8_to_utf32_callback(int cp, int m, void* data, long i) { uint32_t x = cp; memcpy((char*) data + sizeof(uint32_t) * i, &x, sizeof(uint32_t)); } Diagnostic 104:5 ccls warning implicitly declaring library function 'memcpy' ...
V1099. Using the function of uninitialized derived class while initializing the base class will lead to undefined behavior. V1100. Unreal Engine. Declaring a pointer to a type derived from 'UObject' in a class that is not derived from 'UObject' is dangerous. The pointer may start pointing...