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
Unknown Object (File)
Fri, Jan 3, 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
Unknown Object (File)
Dec 2 2024, 12:35 PM
Unknown Object (File)
Oct 5 2024, 9:52 PM
Unknown Object (File)
Oct 5 2024, 9:16 AM
Unknown Object (File)
Oct 5 2024, 7:33 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.