Re: [GOOGLE] Disable overflow warning of the offset

2015-02-19 Thread Xinliang David Li
ok david On Thu, Feb 19, 2015 at 11:07 AM, Dehao Chen wrote: > The offset overflow warning would cause build fails when function's > start line is missing(0). Until the start line issues is fixed, we > will suppress this warning. > > Testing on-going. OK for google-4_9? > > Thanks, > Dehao > > I

[GOOGLE] Disable overflow warning of the offset

2015-02-19 Thread Dehao Chen
The offset overflow warning would cause build fails when function's start line is missing(0). Until the start line issues is fixed, we will suppress this warning. Testing on-going. OK for google-4_9? Thanks, Dehao Index: gcc/auto-profile.c ===