Currently, compiling flatbuffers with -Wunsafe-buffer-usage yields over 10K+ warnings for unsafe pointer arithmetic, unsafe buffer access across headers and cpp files. The idea is to adopt safe programming model and to migrate C-style buffers to C++ containers.