On 23/01/14 23:12, Eric Anholt wrote:
> Since the loader changes, there has been a compiler warning that the
> prototype didn't match. It turns out that if a loader error message was
> ever thrown, you'd segfault because of trying to use the warning level as
> a format string.
Truly sorry about th
Eric Anholt writes:
> Since the loader changes, there has been a compiler warning that the
> prototype didn't match. It turns out that if a loader error message was
> ever thrown, you'd segfault because of trying to use the warning level as
> a format string.
(Just rebased my dri3+gallium branc
Since the loader changes, there has been a compiler warning that the
prototype didn't match. It turns out that if a loader error message was
ever thrown, you'd segfault because of trying to use the warning level as
a format string.
---
src/glx/dri3_glx.c | 2 +-
src/glx/dri_common.c | 25 +