mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:41:07 +00:00
dca12522a9
Add static cast from float to double in flexbuffers.h to avoid implicit double promotion error. This error is surfacing during the tensorflow lite for microcontrollers build since we enabled -Werror and -Wdouble-promotion.