various fixes for google merge

This commit is contained in:
Derek Bailey
2022-04-18 21:15:35 -07:00
parent 6e0e79f24f
commit 70002dc5ca
3 changed files with 10 additions and 5 deletions

View File

@@ -330,7 +330,7 @@ typedef uintmax_t largest_scalar_t;
// We support aligning the contents of buffers up to this size.
#ifndef FLATBUFFERS_MAX_ALIGNMENT
#define FLATBUFFERS_MAX_ALIGNMENT 16
#define FLATBUFFERS_MAX_ALIGNMENT 32
#endif
/// @brief The length of a FlatBuffer file header.