Skip to content

Conversation

dgercho
Copy link

@dgercho dgercho commented Aug 19, 2025

I came across a problem when compiling an x86 project with the flatbuffers header: Conversion from SizeT to size_t, possible loss of data
When statically casting the object, the problem got solved.

@github-actions github-actions bot added the c++ label Aug 19, 2025
@dgercho dgercho marked this pull request as draft August 19, 2025 10:55
@dgercho dgercho marked this pull request as ready for review August 19, 2025 11:00
@thejtshow
Copy link
Contributor

do you have a minimal reproduction of this warning? I think this only would come up in the case that you're trying to use 64-bit aware flatbuffer builders on a 32 bit platform (which, I think, should not be supported?)

@dgercho dgercho closed this Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants