[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH]md:dm.c Fix warning: statement with no effect
- From: Alasdair G Kergon <agk redhat com>
- To: "Justin P. Mattock" <justinmattock gmail com>
- Cc: linux-raid vger kernel org, dm-devel redhat com, linux-kernel vger kernel org, agk redhat com
- Subject: Re: [dm-devel] [PATCH]md:dm.c Fix warning: statement with no effect
- Date: Sat, 31 Jul 2010 20:07:57 +0100
On Sat, Jul 31, 2010 at 12:05:04PM -0700, Justin P. Mattock wrote:
> haven't heard any feedback on this any ideas?
>> Ive noticed that having CONFIG_BLK_DEV_INTEGRITY=n I get warning messages generated by GCC(below)
>> CC drivers/md/dm.o
>> drivers/md/dm.c: In function 'split_bvec':
>> drivers/md/dm.c:1117:3: warning: statement with no effect
>> drivers/md/dm.c: In function 'clone_bio':
>> drivers/md/dm.c:1145:3: warning: statement with no effect
I'd suggest hiding it inside the .h files and not trying to scatter #ifdefs
throughout the code.
Alasdair
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]