Files
lk/lib
Travis Geiselbrecht 31448f52db [lib][uefi] fix a few warnings and a little code tidying
GCC 14 is quite picky about warnings, probably more so than clang.

-Fix a bunch of printf warnings. Pointers should be printed with %p.
-Move some stuff into an anonymous namespace.
-Worked around GCC really not liking reinterpret_casting from one
function pointer type to another. Fiddled with it a bit and eventually
settled on casting the function pointer to const void * and passing it
through.
2025-01-11 16:35:42 -08:00
..
2025-01-08 09:54:00 -08:00
2024-02-11 00:39:53 -08:00
2022-05-13 01:04:05 -07:00