From: Yves <yme...@pe...> - 2005-02-09 10:27:46
|
> Nick, > > I am sorry but I am out of options. I can't see anything wrong with th= e > code, or replicate your error. >>>>> 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) I have one last idea : suppose there is a wrong character in that line. A= character you cannot see. It sometimes happen when you copy/paste code from unsafe sour= ces. Either edit config_file.c with a hex editor and check that all the charac= ters are allowed, or delete that line and type it again by hand. No copy/paste. Also try to remove that line to see if there are still warnings. This is my last idea, but if something strange happen, it can give us oth= er ideas... :) Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://www.perfparse.org/ - |