Jens-G commented on code in PR #2621:
URL: https://github.com/apache/thrift/pull/2621#discussion_r893907435


##########
compiler/cpp/src/thrift/generate/t_java_generator.cc:
##########
@@ -1910,6 +1916,9 @@ void 
t_java_generator::generate_java_struct_parcelable(ostream& out, t_struct* t
         scope_down(out);
       } else {
         switch (bt->get_base()) {
+        case t_base_type::TYPE_I8:

Review Comment:
   This probably manifested because I added the default branch (I got a ton of 
warnings about that on my Linux machine) but I really wonder why this 
particular missing case has not been detected before by the C++ compiler? 



-- 
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]

Reply via email to