Page MenuHomeFreeBSD

[vale] Fix valectl to compile on a 32-bit platform
ClosedPublic

Authored by adrian on Dec 29 2020, 6:26 PM.
Tags
None
Referenced Files
F110226150: D27814.diff
Sat, Feb 15, 9:31 AM
Unknown Object (File)
Sun, Feb 9, 8:18 AM
Unknown Object (File)
Sat, Feb 8, 1:05 PM
Unknown Object (File)
Fri, Jan 31, 7:27 AM
Unknown Object (File)
Jan 3 2025, 6:29 PM
Unknown Object (File)
Dec 9 2024, 1:28 PM
Unknown Object (File)
Dec 9 2024, 6:29 AM
Unknown Object (File)
Dec 3 2024, 10:53 AM
Subscribers

Details

Summary

This shows up when compiling valectl on a 32 bit platform like i386 and mips32.
gcc-6.4 complains about this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35751
Build 32640: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 29 2020, 8:58 PM

ryan - I'll push this later today, but i figured you would want to see it as well :-)

LGTM. The same construct is seen in other assignments to pointers from nr_body.

I recommend putting the name of the warning you're solving in the commit log somewhere (-Wint-to-pointer-cast, right?).

The i386 kernel has a lot more of these due to PAE, but I haven't dug in to those.