Re: gcc 4.2 warnings

2007-10-05 Thread Andrew Sackville-West
On Fri, Oct 05, 2007 at 05:57:01PM -0400, Josh Sled wrote: > Christian Stimming <[EMAIL PROTECTED]> writes: > > Your change, however, is a different expression: With your case, if the > > char > > pointer points to a non-empty string, use it, but otherwise use the pointer > > to an empty string.

Re: gcc 4.2 warnings

2007-10-05 Thread Andrew Sackville-West
On Fri, Oct 05, 2007 at 09:22:53PM +0200, Christian Stimming wrote: > Am Donnerstag, 4. Oktober 2007 22:56 schrieb Andrew Sackville-West: > > At jsled's prompting, I'm taking a stab at hacking my way through gcc > > 4.2.1 (debian) warnings. And, at warlord's oh-so-kind prompting, I'm > > actually t

Re: gcc 4.2 warnings

2007-10-05 Thread Josh Sled
Christian Stimming <[EMAIL PROTECTED]> writes: > Your change, however, is a different expression: With your case, if the char > pointer points to a non-empty string, use it, but otherwise use the pointer > to an empty string. > > Which points me to the question: Which gcc warning did you try to f

Re: gcc 4.2 warnings

2007-10-05 Thread Christian Stimming
Am Donnerstag, 4. Oktober 2007 22:56 schrieb Andrew Sackville-West: > At jsled's prompting, I'm taking a stab at hacking my way through gcc > 4.2.1 (debian) warnings. And, at warlord's oh-so-kind prompting, I'm > actually trying to do something about them. Patches are always great! Thanks for pick

gcc 4.2 warnings

2007-10-04 Thread Andrew Sackville-West
At jsled's prompting, I'm taking a stab at hacking my way through gcc 4.2.1 (debian) warnings. And, at warlord's oh-so-kind prompting, I'm actually trying to do something about them. All credit for these will likely belong to whichever poor beleaguered dev happens to be on #gnucash at the moment.