bsergean commented on PR #2755: URL: https://github.com/apache/thrift/pull/2755#issuecomment-1496043459
``` ChildService.obj : warning LNK4006: "public: __cdecl apache::thrift::test::ParentService_addString_args::ParentService_addString_args(void)" (??0ParentService_addString_args@test@thrift@apache@@QEAA@XZ) already defined in ParentService.obj; second definition ignored [C:\projects\build\MSVC2017\x64\lib\cpp\test\testgencpp_cob.vcxproj] ChildService.obj : warning LNK4006: "public: __cdecl ``` One of the failed appveyor job has those, double definitions ? I noticed that the pytorch PR for an equivalent bug had some export macro for some similar issues, but maybe it's not relevant and related to saying an API has changed. Here it is for reference, if it can gives ideas -> https://github.com/pytorch/pytorch/commit/e7874eea7a8932a5cf2fcca90d0982c43ed3b9ac -- 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]
