[android-kernel] Re: make kernel error

2013-07-17 Thread Boyan Vladinov
I dont see any errors in the log snippet, I think the error is in the lines above the warnings. On Wednesday, 1 May 2013 03:36:01 UTC-7, XPFirst wrote: > > fs/cifs/transport.c: In function 'SendReceive2': > fs/cifs/transport.c:653:5: warning: 'midQ' may be used uninitialized in > this function [

[android-kernel] Re: make kernel error

2013-07-17 Thread bo Ping
if you use GCC 4.7.x you can add this line in the file header #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" 在 2013年5月1日星期三UTC+8下午6时36分01秒,XPFirst写道: > > fs/cifs/transport.c: In function 'SendReceive2': > fs/cifs/transport.c:653:5: warning: 'midQ' may be used uninitialized in > this func