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)
Sun, Oct 5, 10:20 AM
Unknown Object (File)
Sep 12 2025, 3:28 AM
Unknown Object (File)
Aug 2 2025, 11:09 AM
Unknown Object (File)
Jul 1 2025, 2:21 AM
Unknown Object (File)
Jun 29 2025, 6:20 AM
Unknown Object (File)
Jun 17 2025, 12:23 PM
Unknown Object (File)
Jun 11 2025, 12:00 AM
Unknown Object (File)
May 16 2025, 1:39 PM
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