Page MenuHomeFreeBSD

Clang reports a lot of unused variables, here we silence this error.
AbandonedPublic

Authored by araujo on May 31 2015, 4:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 1:25 AM
Unknown Object (File)
May 23 2023, 8:30 PM
Unknown Object (File)
Mar 22 2023, 7:43 AM
Unknown Object (File)
Mar 4 2023, 9:05 PM
Unknown Object (File)
Oct 1 2016, 11:24 AM
Unknown Object (File)
Feb 19 2016, 9:18 PM
Unknown Object (File)
Feb 16 2016, 10:13 PM
Unknown Object (File)
Jan 31 2016, 4:48 AM
Subscribers

Details

Reviewers
None
Summary

Partially this patch was obtained from DragonFlyBSD, they did have the same experience when they test the code using gcc 5.0

DragonFlyBSD patch:
http://gitweb.dragonflybsd.org/dragonfly.git/patch/cf515c3a6f3a8964ad592e524442bc628f8ed63b?f=lib/libc/citrus/citrus_prop.c

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

araujo retitled this revision from to Clang reports a lot of unused variables, here we silence this error..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)

Close it in favor of review: D2692