Github user vgotra commented on the issue:
https://github.com/apache/thrift/pull/1449
@jeking3 - It seems that CLang doesn't recognize
"-Wno-error=maybe-uninitialized". Do you know how to add some switches for
different compilers ? - Error mostly because of one struct in header file (but
to normally fix it it will take some time - unit tests for IDL much more
important - already fixed few important bugs because of unit tetst for .Net
Core generator) - easier to add suppression correctly and then fix it correctly.
---