All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Clang fixes
@ 2020-01-20 17:52 Khem Raj
  2020-01-20 17:52 ` [PATCH 1/3] gettext: Fix overloadable error with clang Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Khem Raj @ 2020-01-20 17:52 UTC (permalink / raw)
  To: openembedded-core

These changes are found with clang and makes oe-core build again with
clang

The following changes since commit 6265facc75c3d980dd39494399251bf9121c25cb:

  epiphany: Add missing mime-xgd inherit (2020-01-19 23:49:39 +0000)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib kraj/pu
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/pu

Khem Raj (3):
  gettext: Fix overloadable error with clang
  mesa: Help compile with clang/mips
  tcp-wrappers: Remove redundant forward declarations

 .../gettext/gettext-0.20.1/overloadable.patch | 22 ++++++++++
 meta/recipes-core/gettext/gettext_0.20.1.bb   |  1 +
 ...0001-Remove-fgets-extern-declaration.patch | 43 +++++++++++++++++++
 .../tcp-wrappers/tcp-wrappers_7.6.bb          |  1 +
 ...sdetects-64bit-atomics-on-mips-clang.patch | 27 ++++++++++++
 meta/recipes-graphics/mesa/mesa_19.3.1.bb     |  1 +
 6 files changed, 95 insertions(+)
 create mode 100644 meta/recipes-core/gettext/gettext-0.20.1/overloadable.patch
 create mode 100644 meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch

-- 
2.25.0



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] Clang fixes
@ 2016-08-09  7:31 Hannes Reinecke
  2016-08-09 15:13 ` Christophe Varoqui
  0 siblings, 1 reply; 6+ messages in thread
From: Hannes Reinecke @ 2016-08-09  7:31 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: dm-devel, Xose Vazquez Perez

Hi Christophe,

Xose found some issues when building with clang.

Hannes Reinecke (3):
  libmultipath/discovery.c: use 'unsigned long' instead of 'unsigned int'
  libmultipath/parser.c: correctly terminate buffer
  multipath: fixup check for out-of-scope maps

 libmultipath/discovery.c | 2 +-
 libmultipath/parser.c    | 2 +-
 multipath/main.c         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.6.6

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

end of thread, other threads:[~2020-01-20 17:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 17:52 [PATCH 0/3] Clang fixes Khem Raj
2020-01-20 17:52 ` [PATCH 1/3] gettext: Fix overloadable error with clang Khem Raj
2020-01-20 17:52 ` [PATCH 2/3] mesa: Help compile with clang/mips Khem Raj
2020-01-20 17:52 ` [PATCH 3/3] tcp-wrappers: Remove redundant forward declarations Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2016-08-09  7:31 [PATCH 0/3] Clang fixes Hannes Reinecke
2016-08-09 15:13 ` Christophe Varoqui

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.