mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 08:23:59 +00:00
b7f13cd8e8
Presently flatc generates a placeholder for the unused synchronous varient of client-side streaming gRPCs which includes the name of an unused parameter in the method. To avoid warnings, comment out the parameter name (in a manner similar to other gRPCS).