lin-zhao opened a new issue, #180: URL: https://github.com/apache/pulsar-client-cpp/issues/180
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version 3.1.1 ### Minimal reproduce step ```make pulsar-dissector [ 33%] Building CXX object wireshark/CMakeFiles/pulsar-dissector.dir/pulsarDissector.cc.o /Users/lin/git/pulsar-client-cpp/wireshark/pulsarDissector.cc:532:13: error: 5 enumeration values not handled in switch: 'BaseCommand_Type_WATCH_TOPIC_LIST', 'BaseCommand_Type_WATCH_TOPIC_LIST_SUCCESS', 'BaseCommand_Type_WATCH_TOPIC_UPDATE'... [-Werror,-Wswitch] switch (command.type()) { ^~~~~~~~~~~~~~``` ### What did you expect to see? Compilation should succeed. Even if the plugin doesn't support these five commands, maybe it should be skipped or displayed with generic information, instead of fail to build. ### What did you see instead? Success build with the new Pulsar commands supported. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
