Pointer-to-int-cast warnings with different widths
With a wider integer width than a pointer, gcc can still warn when you cast a pointer. Strange but true. To see these warnings compile with gcc -m32, 32-bit target, and enable UNITY_SUPPORT_64
Showing
想要评论请 注册 或 登录