All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 0/8] Warnings fixes
@ 2015-02-27 18:07 Jan Vesely
  2015-02-27 18:07 ` [PATCH libdrm 1/8] Add static qualifier to local functions Jan Vesely
                   ` (8 more replies)
  0 siblings, 9 replies; 30+ messages in thread
From: Jan Vesely @ 2015-02-27 18:07 UTC (permalink / raw)
  To: Emil Velikov, dri-devel

His series fixes most of the warnings my compiler spits out running
make distcheck.
Most of the changes do not change behaviour and those the do are in separate
patches.
After this series I'm left with:
      1 -Wempty-body
      1 -Wformat
      1 -Wpointer-to-int-cast
      1 -Wsign-compare

Jan Vesely (8):
  Add static qualifier to local functions
  tests: String literals are const char *
  Fix type-limits, pointer-arith and sign-compare warnings
  xf86drmSL: Fix neighbour printing
  Fix aliasing and switch-enum warnings
  dristat: Handle DRM_CONSISTENT
  Fix unused, and unused-but-set variables warnings
  Fix unused function warnings

 tests/dristat.c                   |  5 +++--
 tests/drmstat.c                   | 15 +++++----------
 tests/exynos/exynos_fimg2d_test.c |  7 ++++---
 tests/getstats.c                  |  2 --
 tests/kmstest/main.c              |  4 ++--
 tests/modeprint/modeprint.c       | 19 ++++++++++---------
 tests/proptest/proptest.c         |  4 ++--
 tests/radeon/radeon_ttm.c         |  4 ++--
 tests/vbltest/vbltest.c           |  2 +-
 xf86drm.c                         | 17 ++++++++---------
 xf86drmMode.c                     |  4 ++--
 xf86drmSL.c                       |  7 +++++--
 12 files changed, 44 insertions(+), 46 deletions(-)

-- 
2.1.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2015-03-20 22:00 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-27 18:07 [PATCH libdrm 0/8] Warnings fixes Jan Vesely
2015-02-27 18:07 ` [PATCH libdrm 1/8] Add static qualifier to local functions Jan Vesely
2015-03-13 23:07   ` Emil Velikov
2015-03-14  0:08     ` Jan Vesely
2015-03-14 13:12       ` Emil Velikov
2015-03-15 18:09         ` [PATCH libdrm v2 " Jan Vesely
2015-03-16 21:44           ` Emil Velikov
2015-02-27 18:07 ` [PATCH libdrm 2/8] tests: String literals are const char * Jan Vesely
2015-02-27 18:07 ` [PATCH libdrm 3/8] Fix type-limits, pointer-arith and sign-compare warnings Jan Vesely
2015-02-27 18:07 ` [PATCH libdrm 4/8] xf86drmSL: Fix neighbour printing Jan Vesely
2015-03-15 18:31   ` Jan Vesely
2015-03-20 17:38   ` Emil Velikov
2015-03-20 18:01     ` Jan Vesely
2015-03-20 22:00       ` Jan Vesely
2015-02-27 18:07 ` [PATCH libdrm 5/8] Fix aliasing and switch-enum warnings Jan Vesely
2015-03-13 23:15   ` Emil Velikov
2015-02-27 18:07 ` [PATCH libdrm 6/8] dristat: Handle DRM_CONSISTENT Jan Vesely
2015-02-27 18:07 ` [PATCH libdrm 7/8] Fix unused, and unused-but-set variables warnings Jan Vesely
2015-03-13 22:56   ` Emil Velikov
2015-03-13 23:37     ` Jan Vesely
2015-03-14 13:14       ` Emil Velikov
2015-02-27 18:07 ` [PATCH libdrm 8/8] Fix unused function warnings Jan Vesely
2015-03-18 18:37   ` [PATCH libdrm v2 " Jan Vesely
2015-03-18 18:37     ` [PATCH libdrm 9/8] Remove drmSetDebugMsgFunction and related infrastructure Jan Vesely
2015-03-20 21:06       ` Emil Velikov
2015-03-20 21:42         ` Jan Vesely
2015-03-20 17:33     ` [PATCH libdrm v2 8/8] Fix unused function warnings Emil Velikov
2015-02-27 22:27 ` [PATCH libdrm 0/8] Warnings fixes Emil Velikov
2015-03-13 23:20   ` Emil Velikov
2015-03-14  0:10     ` Jan Vesely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.