Created
January 9, 2023 20:27
-
-
Save jmillan/8922742579997171e47349e7af43e451 to your computer and use it in GitHub Desktop.
reponse_generated build error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..\..\..\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