Message ID | ZKUZFS4CGOHNJR1S@p100 (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [GIT,PULL] more parisc architecture fixes & updates for v6.5-rc1 | expand |
The pull request you sent on Wed, 5 Jul 2023 09:17:41 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.5-rc1-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a95b03d4cf780611ac6903fddc79e6d9789966e
Thank you!
Helge Deller <deller@gmx.de> writes: > Hi Linus, > > please pull a second round of fixes for the parisc architecture for kernel 6.5-rc1. > > This fixes all outstanding compiler warnings when compiled with W=1 in > the arch/parisc/ and drivers/parisc/ directories. It should be fine for now, but I think we need to do something about the -Wno-implicit-int and -Wno-implicit-function-declaration. Newer compilers are starting to ban these and may well remove the ability to disable the errors entirely (Clang is planning on this at least - I know we don't have LLVM on HPPA, but still).