Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Skip ffi_float.py if module ffi is not available. | Paul Sokolovsky | 2014-10-06 |
| | |||
* | Change allows tests/unix/ffi_float.py to pass on OSX | blmorris | 2014-09-25 |
| | |||
* | unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning. | Damien George | 2014-09-06 |
For the sake of older versions of gcc (and other compilers), don't use the #warning CPP directive, nor the -Wno-error=cpp option. Also, fix a strict alias warning in modffi.c for older compilers, and add a test for ffi module. Addresses issue #847. |