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)
Thu, Apr 16, 7:22 PM
Unknown Object (File)
Tue, Apr 14, 6:28 PM
Unknown Object (File)
Mon, Apr 13, 6:01 PM
Unknown Object (File)
Fri, Apr 10, 9:23 PM
Unknown Object (File)
Thu, Apr 9, 11:27 PM
Unknown Object (File)
Thu, Apr 9, 12:57 AM
Unknown Object (File)
Wed, Apr 8, 4:01 PM
Unknown Object (File)
Wed, Apr 8, 12:08 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.