DO NOT REPLY [Bug 5287] FreeBSD pre10 compilation warnings report

samba-bugs at samba.org samba-bugs at samba.org
Mon Mar 17 17:00:43 GMT 2008


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





------- Comment #2 from wayned at samba.org  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.


More information about the rsync mailing list