Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix Clang warning in LuaJIT-tests
This patch fixes the warning in <libctest.c> produced by Clang: | warning: plain '_Complex' requires a type specifier; assuming | '_Complex double' by adding the `double` type specifier where it is needed. Reviewed-by: Maxim Kokryashkin <[email protected]> Reviewed-by: Sergey Bronnikov <[email protected]> Signed-off-by: Sergey Kaplun <[email protected]> (cherry picked from commit 3cd5078)
- Loading branch information