warning: Import google
Smiley-k opened this issue · 2 comments
Smiley-k commented
Hey, what could be the problem?
./sh/generate_protobuf.sh
apis/tts.proto:5:1: warning: Import google/protobuf/duration.proto but not used.
penguin138 commented
Hi. It is actually not a problem, it is a warning that tts.proto has an unused import. This warning is being produced by protoc, because if you look closely at the file python/apis/tts.proto, no protobuf messages from google/protobuf/duration.proto are used there. However, it does not mean that there is an error of some sort, the script is working correctly. I'll update tts.proto so this warning does not confuse anyone. Thanks for reporting this!
penguin138 commented
Fixed it in 597d0c2