mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
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.