sid24ss / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

Fix warnings #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. What version of distcc are you using (e.g. "2.7.1")?  You can run "distcc 
--version" to see.  If 
you got distcc from a distribution package rather than building from source, 
please say which 
one.

This is trunk from svn (r709).

2. What platform are you running on (e.g. "Red Hat 8.0", "HP-UX 11.11")?  What 
compilare are 
you using ("gcc 3.3")?  Run "uname -a" and "cc --version" to see.

Snow Leopard, gcc apple 4.2.1.

3. What were you trying to do (e.g. "install distcc", "build Mozilla")?

Make distcc.

I suggest the following two patches.

The ChangeLog file is loaded with trailing white spaces, the third patch 
removes them.

Original issue reported on code.google.com by akim.demaille@gmail.com on 11 Sep 2009 at 1:55

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the fine patches!
I have applied the first two patches.

I produce the ChangeLog automatically from the svn log... I do that as part of 
the 
release process.  I'll see about removing trailing whitespace when I update it 
for the 
next release.

Original comment by fergus.h...@gmail.com on 2 Mar 2010 at 8:17