Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-06-21 Thread Masahiro Yamada
2017-05-17 6:32 GMT+09:00 Doug Anderson : > Hi, > > On Fri, Apr 21, 2017 at 2:39 PM, Matthias Kaehlcke wrote: >> clang generates plenty of these warnings in different parts of the code, >> to an extent that the warnings are little more than noise. Disable the >> 'address-of-packed-member' warning.

Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-05-16 Thread Doug Anderson
Hi, On Fri, Apr 21, 2017 at 2:39 PM, Matthias Kaehlcke wrote: > clang generates plenty of these warnings in different parts of the code, > to an extent that the warnings are little more than noise. Disable the > 'address-of-packed-member' warning. > > Signed-off-by: Matthias Kaehlcke > --- > Ma

Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-05-15 Thread Masahiro Yamada
Hi Matthias, Sorry for my late reply. 2017-05-09 8:18 GMT+09:00 Matthias Kaehlcke : > Hi Masahiro, > > El Sun, May 07, 2017 at 01:52:25AM +0900 Masahiro Yamada ha dit: > >> 2017-05-02 10:23 GMT+09:00 Matthias Kaehlcke : >> > Hi Masahiro, >> > >> > El Sun, Apr 30, 2017 at 10:59:52PM +0900 Masahiro

Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-05-08 Thread Matthias Kaehlcke
Hi Masahiro, El Sun, May 07, 2017 at 01:52:25AM +0900 Masahiro Yamada ha dit: > 2017-05-02 10:23 GMT+09:00 Matthias Kaehlcke : > > Hi Masahiro, > > > > El Sun, Apr 30, 2017 at 10:59:52PM +0900 Masahiro Yamada ha dit: > > > >> 2017-04-22 6:39 GMT+09:00 Matthias Kaehlcke : > >> > clang generates pl

Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-05-06 Thread Masahiro Yamada
Hi Matthias, 2017-05-02 10:23 GMT+09:00 Matthias Kaehlcke : > Hi Masahiro, > > El Sun, Apr 30, 2017 at 10:59:52PM +0900 Masahiro Yamada ha dit: > >> 2017-04-22 6:39 GMT+09:00 Matthias Kaehlcke : >> > clang generates plenty of these warnings in different parts of the code, >> > to an extent that t

Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-05-01 Thread Matthias Kaehlcke
Hi Masahiro, El Sun, Apr 30, 2017 at 10:59:52PM +0900 Masahiro Yamada ha dit: > 2017-04-22 6:39 GMT+09:00 Matthias Kaehlcke : > > clang generates plenty of these warnings in different parts of the code, > > to an extent that the warnings are little more than noise. Disable the > > 'address-of-pac

Re: [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-04-30 Thread Masahiro Yamada
Hi Matthias, 2017-04-22 6:39 GMT+09:00 Matthias Kaehlcke : > clang generates plenty of these warnings in different parts of the code, > to an extent that the warnings are little more than noise. Disable the > 'address-of-packed-member' warning. > > Signed-off-by: Matthias Kaehlcke As far as I

[PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

2017-04-21 Thread Matthias Kaehlcke
clang generates plenty of these warnings in different parts of the code, to an extent that the warnings are little more than noise. Disable the 'address-of-packed-member' warning. Signed-off-by: Matthias Kaehlcke --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefil