All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-ppc: fix unused-function warnings
@ 2014-06-23 23:05 Peter Maydell
  2014-06-23 23:05 ` [Qemu-devel] [PATCH 1/2] target-ppc: Remove unused IMM and d extract helpers Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2014-06-23 23:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, Alexander Graf

These patches for target-ppc fix clang 3.4 warnings about
'static inline' functions which are defined but never used.

(Incidentally, "d" is a terrible name for a function, so
we're well rid of that one :-))

thanks
-- PMM

Peter Maydell (2):
  target-ppc: Remove unused IMM and d extract helpers
  target-ppc: Remove unused gen_qemu_ld8s()

 target-ppc/translate.c | 8 --------
 1 file changed, 8 deletions(-)

-- 
2.0.0

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

end of thread, other threads:[~2014-06-24 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 23:05 [Qemu-devel] [PATCH 0/2] target-ppc: fix unused-function warnings Peter Maydell
2014-06-23 23:05 ` [Qemu-devel] [PATCH 1/2] target-ppc: Remove unused IMM and d extract helpers Peter Maydell
2014-06-23 23:05 ` [Qemu-devel] [PATCH 2/2] target-ppc: Remove unused gen_qemu_ld8s() Peter Maydell
2014-06-24 10:47 ` [Qemu-devel] [PATCH 0/2] target-ppc: fix unused-function warnings Alexander Graf

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.