stdpain commented on pull request #6034: URL: https://github.com/apache/incubator-doris/pull/6034#issuecomment-862204769
@EmmyMiao87 For example, an "unsigned int" can alias an "int", but not a "void*" or a "double". A character type may alias any other type. if we break this rules, gcc will generate a warning. I have fixed it. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
