[PATCH libdrm 0/4] Minor cleanups

2014-04-17 Thread Thierry Reding
On Fri, Apr 11, 2014 at 01:18:11PM -0700, Eric Anholt wrote: > Thierry Reding writes: > > > On Tue, Apr 08, 2014 at 02:38:22PM -0700, Eric Anholt wrote: > >> Thierry Reding writes: > >> > >> > From: Thierry Reding > >> > > >> > These four patches clean up some minor issues in libdrm. Patch 1 m

[PATCH libdrm 0/4] Minor cleanups

2014-04-11 Thread Eric Anholt
Thierry Reding writes: > On Tue, Apr 08, 2014 at 02:38:22PM -0700, Eric Anholt wrote: >> Thierry Reding writes: >> >> > From: Thierry Reding >> > >> > These four patches clean up some minor issues in libdrm. Patch 1 makes >> > gcc aware of various functions (such as drmMsg(), drm_debug_print()

[PATCH libdrm 0/4] Minor cleanups

2014-04-09 Thread Thierry Reding
On Tue, Apr 08, 2014 at 02:38:22PM -0700, Eric Anholt wrote: > Thierry Reding writes: > > > From: Thierry Reding > > > > These four patches clean up some minor issues in libdrm. Patch 1 makes > > gcc aware of various functions (such as drmMsg(), drm_debug_print(), > > etc) being printf-like and

[PATCH libdrm 0/4] Minor cleanups

2014-04-08 Thread Thierry Reding
From: Thierry Reding These four patches clean up some minor issues in libdrm. Patch 1 makes gcc aware of various functions (such as drmMsg(), drm_debug_print(), etc) being printf-like and patches 2 and 3 fix up a number of warnings flagged as a result of that. Patch 4 uses drmFreeVersion() inste

[PATCH libdrm 0/4] Minor cleanups

2014-04-08 Thread Eric Anholt
Thierry Reding writes: > From: Thierry Reding > > These four patches clean up some minor issues in libdrm. Patch 1 makes > gcc aware of various functions (such as drmMsg(), drm_debug_print(), > etc) being printf-like and patches 2 and 3 fix up a number of warnings > flagged as a result of that.