https://bugzilla.samba.org/show_bug.cgi?id=5287





------- Comment #2 from [EMAIL PROTECTED]  2008-03-17 12:00 CST -------
As I alluded to in my prior comment, I did some work to silence the "unused
parameter" warnings.  They should be gone on any compiler that supports the
-Wno-unused-parameter option (i.e. modern gcc versions).  That flag is added
anytime one of the larger features is disabled (ACLs, xattrs, iconv), but is
not added when doing a fullly-enabled build.

So, the only remaining warnings should be the "might be used uninitialized"
warnings, and those would also go away with a more modern gcc.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to