summaryrefslogtreecommitdiffstatshomepage
path: root/tests/unix/ffi_float.py
Commit message (Collapse)AuthorAge
* tests: Skip ffi_float.py if module ffi is not available.Paul Sokolovsky2014-10-06
|
* Change allows tests/unix/ffi_float.py to pass on OSXblmorris2014-09-25
|
* unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.Damien George2014-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.