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
..
2022-11-02 21:44:15 -07:00
2022-04-18 22:24:02 -07:00
2025-01-08 09:54:00 -08:00
2024-02-11 00:38:09 -08:00
2020-07-25 16:49:25 -07:00
2020-07-25 16:26:12 -07:00
2019-07-13 15:46:16 -07:00
2019-07-05 17:22:23 -07:00
2019-07-05 17:22:23 -07:00
2024-08-09 19:50:27 -07:00
2024-02-11 00:39:53 -08:00
2024-02-26 00:58:04 -08:00
2019-07-13 15:46:16 -07:00
2019-07-13 15:46:16 -07:00
2022-05-13 01:04:05 -07:00
2019-07-13 15:46:16 -07:00
2024-06-19 16:18:28 -07:00
2019-07-05 17:22:23 -07:00
2019-07-13 15:46:16 -07:00
2024-04-25 00:25:30 -07:00
2022-09-25 18:16:52 -07:00
2019-07-13 15:46:16 -07:00
2024-05-14 00:47:43 -07:00
2023-12-16 15:52:24 -08:00
2019-07-05 17:22:23 -07:00
2020-07-25 16:49:25 -07:00
2025-01-09 23:32:56 -08:00
2025-01-07 22:28:07 -08:00
2024-04-19 00:07:49 -07:00
2019-07-13 15:46:16 -07:00
2024-04-19 00:07:49 -07:00
2019-06-19 21:02:24 -07:00
2020-07-25 16:49:25 -07:00
2020-07-25 16:49:25 -07:00
2019-07-13 15:46:16 -07:00
2019-07-05 17:22:23 -07:00
2024-04-19 00:07:49 -07:00
2023-02-18 23:13:23 -08:00
2025-01-11 16:35:42 -08:00
2022-04-29 20:39:05 -07:00
2020-07-25 16:26:12 -07:00
2019-07-13 15:46:16 -07:00