Re: [PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-25 Thread Arnd Bergmann
On Monday 24 March 2014, beh...@converseincode.com wrote: > > From: Behan Webster > > Fix uninitialized return code in default case in cmpxchg-local.h > > This patch fixes the code to prevent an uninitialized return value that is > detected > when compiling with clang. The bug produces numerou

Re: [PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-24 Thread David Howells
beh...@converseincode.com wrote: > From: Behan Webster > > Fix uninitialized return code in default case in cmpxchg-local.h > > This patch fixes the code to prevent an uninitialized return value that is > detected > when compiling with clang. The bug produces numerous warnings when compiling