| Summary: | compile error about __func__ | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Martin Gerhardy <martin.gerhardy> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
I don't see __func__ in the code in Mercurial. Ryan, you were talking about adding an assert to that macro. Do you know what's happening here? f**k - silly me. that was a local change that i forgot to revert before doing the pull. |
src/libs/SDL/src/video/SDL_video.c: In function 'SDL_GetWindowWMInfo_REAL': src/libs/SDL/src/video/SDL_video.c:3108:158: error: expected ')' before '__func__' SDL_SetError("Invalid window: " __func__); \ should for example be: SDL_SetError("Invalid window: %s", __func__); \