After un-remarking the Wflags in my makefile(dont know who did that(or should that be when)) i found i had a multitude of warnings for differing things.
Most of these were just silly re-declerations and unused variables and a nifty little one i found in sscanf where it needed a %lu to like the long ints that were being thrown at it. Babbling yes, getting to the point, Now.
I have cleaned out all but one warning and thats this line of code in comm.c in nanny
(d);
Which just so happens to return Warning statement with no effect. I dont know how to remove this warning or what the cause is, tho im about to look it up on the net and find out more about this warning.
Any help in rectifying and or an explanation about this warning would be great.
Thanks in advance,
Most of these were just silly re-declerations and unused variables and a nifty little one i found in sscanf where it needed a %lu to like the long ints that were being thrown at it. Babbling yes, getting to the point, Now.
I have cleaned out all but one warning and thats this line of code in comm.c in nanny
(d);
Which just so happens to return Warning statement with no effect. I dont know how to remove this warning or what the cause is, tho im about to look it up on the net and find out more about this warning.
Any help in rectifying and or an explanation about this warning would be great.
Thanks in advance,