diff --git a/tests/macros.cpp b/tests/macros.cpp index e6cbaab..946b912 100644 --- a/tests/macros.cpp +++ b/tests/macros.cpp @@ -47,6 +47,10 @@ #endif // UINTPTR_MAX != UINT64_MAX #endif // aa64 +#ifndef __fennix__ +#error "This compiler is not supported!" +#endif // __fennix__ + static_assert(sc_SEEK_SET == SEEK_SET); static_assert(sc_SEEK_CUR == SEEK_CUR); static_assert(sc_SEEK_END == SEEK_END);