mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Fix a gcc warning: "to be safe all intermediate pointers in cast from
'...' to '...' must be 'const' qualified [-Wcast-qual]".
Doing what is essentially a __DECONST() adding the uintptr_t gets
rid of the massive amount of warnings we get in LinuxKPI and lets
us see the actual problems a lot better.
This is a follow-up to
|
||
|---|---|---|
| .. | ||
| acpi | ||
| asm | ||
| asm-generic | ||
| crypto | ||
| linux | ||
| net | ||
| video | ||
| stdarg.h | ||