You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/04/18 08:00:34 UTC

[GitHub] [thrift] Jens-G commented on pull request #2502: THRIFT-5496: Generate sufficient digits after the decimal point to n…

Jens-G commented on PR #2502:
URL: https://github.com/apache/thrift/pull/2502#issuecomment-1101193705

   ```
   [...]\include\stdint.h(48): warning C4005: 'INT8_MIN': macro redefinition 
   [...]\include\stdint.h(49): warning C4005: 'INT16_MIN': macro redefinition
   [...]\include\stdint.h(50): warning C4005: 'INT32_MIN': macro redefinition
   [...]\include\stdint.h(52): warning C4005: 'INT8_MAX': macro redefinition
   [...]\include\stdint.h(53): warning C4005: 'INT16_MAX': macro redefinition
   [...]\include\stdint.h(54): warning C4005: 'INT32_MAX': macro redefinition
   [...]\include\stdint.h(56): warning C4005: 'UINT8_MAX': macro redefinition
   [...]\include\stdint.h(57): warning C4005: 'UINT16_MAX': macro redefinition
   [...]\include\stdint.h(58): warning C4005: 'UINT32_MAX': macro redefinition
   [...]\thrift/generate/t_generator.h(334): error C2589: '(': illegal token on right side of '::' 
   [...]\thrift/generate/t_generator.h(334): error C2059: syntax error: '::' 
   ```


-- 
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: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org