From: Ben C. <bcl...@pe...> - 2005-02-09 09:06:41
|
Nick, I am sorry but I am out of options. I can't see anything wrong with the code, or replicate your error. You have a very recent gcc. I don't think this is likely to contain errors. It does seem to contain some checking feature to which previous versions did not contain. We will have to work out what it is about our code that your compiler does not like. In the mean while, do you have an older version of gcc which you can use to compile PerfParse? Regards, Ben. Nick Smith wrote: > Ben Clewett wrote: > [snip] > >>>> config_file.c:105: warning: null argument where non-null required >>>> (arg 1) >>>> config_file.c:105: warning: null argument where non-null required >>>> (arg 2) >>> >>> >>> >>> >>> Ben, could you have a look at that ? >> >> >> >> It makes no sense. Line 105 is no different to 104 or 106, which >> work. These have not changed in months. Further, if I execute >> your exact gcc command on my setup, it works. So the problem is not >> programmatical. >> >> May I ask what version of gcc you are using? > > > Yep: > [root@lon-sup002 contrib]# gcc --version > gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) > Copyright (C) 2004 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > Cheers > Nick > |