Comment #1 on issue 7586 by craig.schlenter: SkInterpolator.cpp:83: error: 'endTime' may be used uninitialized in this function http://code.google.com/p/chromium/issues/detail?id=7586
The easy fix is to add = 0 for each of those variables. What's strange is I fixed this in my local repo on 2009-01-06 but then later I dropped that fix when I switched to a different branch in git and everything has been fine since then which is why I never submitted that fix ... hmmm. Do you see the same problem if you drop the --mode=opt thing? I compile all my stuff in debug mode which is why I ask and perhaps the "warnings==errors" thing isn't set in one mode but is in the other. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
