From: Kai W. <kai...@gm...> - 2010-10-08 20:33:44
|
On Wed, Oct 06, 2010 at 01:44:46PM -0500, Gorton, Richard wrote: > > Hi, > > I've got a need to port elftoolchain to Windows, and am in the process of doing so. Are there any particular process requirements in terms of feeding back the changes to get them integrated? A preferred diff command? Sounds cool! Feedbacks are always appreciated :) Just curious, are you porting it to cygwin or native Windows? > My motivation here is to get a completely clean compile with no warnings. That's always our goal: clean code. [snip] > Another choice is to explicitly cast size --> size_t knowing that the realloc() is always going to be < 32bits in size. I agree with this apporach. realloc()/malloc() in libdwarf should be always < 32bits in size. I committed a fix in r1211. It'd be great if you can verify the warnings are gone. Thanks, Kai |