Skip to content

Instantly share code, notes, and snippets.

@jmillan
Created January 9, 2023 20:27
Show Gist options
  • Save jmillan/8922742579997171e47349e7af43e451 to your computer and use it in GitHub Desktop.
Save jmillan/8922742579997171e47349e7af43e451 to your computer and use it in GitHub Desktop.
reponse_generated build error
..\..\..\subprojects\flatbuffers-22.11.23\include/flatbuffers/verifier.h: In instantiation of 'bool flatbuffers::Verifier::VerifyTable(const T*) [with T = FBS::Consumer::SetPriorityResponse]':
..\..\..\include/FBS/response_generated.h:690:34: required from here
..\..\..\subprojects\flatbuffers-22.11.23\include/flatbuffers/verifier.h:112:29: error: invalid use of incomplete type 'const struct FBS::Consumer::SetPriorityResponse'
112 | return !table || table->Verify(*this);
| ~~~~~~~^~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment