Page MenuHomeFreeBSD

Fix CLANG warning of variable set but not used.
ClosedPublic

Authored by araujo on May 31 2015, 4:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 31, 10:41 AM
Unknown Object (File)
Oct 23 2025, 5:29 AM
Unknown Object (File)
Oct 23 2025, 5:29 AM
Unknown Object (File)
Oct 23 2025, 5:29 AM
Unknown Object (File)
Oct 23 2025, 5:29 AM
Unknown Object (File)
Oct 22 2025, 9:28 PM
Unknown Object (File)
Oct 18 2025, 1:11 AM
Unknown Object (File)
Oct 5 2025, 1:38 PM
Subscribers

Details

Summary

Seems the variable estext_size is not used, use __unused to silence the CLANG warning.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

araujo retitled this revision from to Fix CLANG warning of variable set but not used..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)

Instead to use __unused, seems safe to remove this variable.

rodrigc edited edge metadata.
This revision is now accepted and ready to land.May 31 2015, 4:18 PM
This revision was automatically updated to reflect the committed changes.