• Chris Pickett's avatar
    Fixed warning building in VS2012 · e1e7dfa6
    Chris Pickett authored
    src\reflection.cpp(297): warning C4267: 'argument' : conversion from 'size_t' to 'flatbuffers::uoffset_t', possible loss of data
    
    sizeof() was promoting the type from uoffset_t to size_t.
    e1e7dfa6
reflection.cpp 19.3 KB