Various serious warnings are issued when building for 64-bit due to the change in pointer size. Patch under development.
Attached is unified diff of edits needed to get rid of most of the warnings when built on CentOS 7.5. There's 3 remaining warnings about aliased pointers that need a little work but the code should work.
This fixes PX_put_data_long on 64-bit systems, where long int is 64 bits.
Log in to post a comment.
Attached is unified diff of edits needed to get rid of most of the warnings when built on CentOS 7.5. There's 3 remaining warnings about aliased pointers that need a little work but the code should work.
This fixes PX_put_data_long on 64-bit systems, where long int is 64 bits.