-
- Downloads
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
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.
Showing
- tests/run-tests 1 addition, 1 deletiontests/run-tests
- tests/unix/ffi_float.py 21 additions, 0 deletionstests/unix/ffi_float.py
- tests/unix/ffi_float.py.exp 2 additions, 0 deletionstests/unix/ffi_float.py.exp
- unix/Makefile 1 addition, 1 deletionunix/Makefile
- unix/modffi.c 2 additions, 2 deletionsunix/modffi.c
- unix/modsocket.c 2 additions, 1 deletionunix/modsocket.c
Loading
Please register or sign in to comment