You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/11/26 02:22:06 UTC

[GitHub] [incubator-doris] morningman removed a comment on pull request #7149: [Feature] Z-Order Implement

morningman removed a comment on pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#issuecomment-979622508


   ```
   ../src/util/tuple_row_zorder_compare.cpp:54:83:   required from here
   ../src/util/tuple_row_zorder_compare.cpp:168:41: warning: left shift count >= width of type [-Wshift-count-overflow]
     168 |             return static_cast<U>(~tmp) << std::max((sizeof(U) - sizeof(T)) * 8, (uint64_t) 0);
         |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ../src/util/tuple_row_zorder_compare.cpp:171:41: warning: left shift count >= width of type [-Wshift-count-overflow]
     171 |             return (static_cast<U>(tmp) << std::max((sizeof(U) - sizeof(T)) * 8, (uint64_t) 0)) ^
         |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ```


-- 
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: commits-unsubscribe@doris.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org