[ https://issues.apache.org/jira/browse/THRIFT-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konrad Grochowski updated THRIFT-2605: -------------------------------------- Attachment: THRIFT-2605.patch patch attached fixes both TSocket and TServerSocket also - removed mixed line endings in TSocket > TSocket warning on gcc 4.8.3 > ---------------------------- > > Key: THRIFT-2605 > URL: https://issues.apache.org/jira/browse/THRIFT-2605 > Project: Thrift > Issue Type: Bug > Reporter: Konrad Grochowski > Attachments: THRIFT-2605.patch > > > {code}thrift/lib/cpp/src/thrift/transport/TSocket.cpp:256:36: warning: > missing initializer for member 'sockaddr_un::sun_path' > [-Wmissing-field-initializers] > struct sockaddr_un address = {0}; {code} > same in TServerSocket -- This message was sent by Atlassian JIRA (v6.2#6252)