All of lore.kernel.org
 help / color / mirror / Atom feed
* compiling with Clang 5.0
@ 2017-08-29 15:08 Willem Jan Withagen
  0 siblings, 0 replies; only message in thread
From: Willem Jan Withagen @ 2017-08-29 15:08 UTC (permalink / raw)
  To: Ceph Development

Hi all,

Just a point on the timeline

FreeBSD current has moved to Clang 5.0.
And other than a few `#pragma GCC` things that start warnings I was able
to build HEAD without any problems.

So that is great for the current code base.

For those that are currious about the warning:
/home/jenkins/workspace/ceph-master/src/include/encoding.h:300:32:
warning: unknown warning group '-Wmaybe-uninitialized', ignored
[-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
                               ^
1 warning generated.

And given the file, it pops up quite a lot.
So I might want to submit a PR wrapping this in an `#ifdef`

--WjW

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-29 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 15:08 compiling with Clang 5.0 Willem Jan Withagen

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.