| Summary: | IMG_WIC.c compile error | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | Olli Kallioinen <olli.kallioinen> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch: missing #endif added | ||
Created attachment 2931 [details]
Patch: missing #endif added
Fixed, thanks! https://hg.libsdl.org/SDL_image/rev/e499c5ed8efc |
Getting error: [armeabi-v7a] Compile thumb : SDL2_image <= IMG_WIC.c :22:2: error: unterminated conditional directive #if defined(SDL_IMAGE_USE_WIC_BACKEND) Seems that the #endif is missing. I assume the whole file should be enclosed Note: I was compiling for android using clang. Maybe GCC let's it compile. I don't know how else this would go unnoticed.