1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-30 23:37:03 +00:00
Arthur O'Dwyer 7a706478dc Add a helper function voidp to silence GCC warnings about %p.
We must fully qualify calls to `hr::voidp` because the expression
`voidp(x)` is ambiguous or worse. "/usr/include/zconf.h" defines
`voidp` in the global namespace as a typedef for `void*`.
We don't want an unsafe functional-style cast to `void*`;
we want to call our nice safe helper function. So we qualify the name.
2020-03-23 14:39:28 -04:00
..
2019-11-14 20:26:07 +01:00
2020-03-21 09:34:50 +01:00
2019-09-26 13:23:10 +02:00
2019-11-30 19:01:01 +01:00
2019-11-30 19:01:01 +01:00
2019-12-27 12:50:56 +01:00
2019-09-12 22:50:16 +02:00
2019-11-30 19:01:01 +01:00
2020-03-21 10:15:11 +01:00
2019-09-12 22:50:16 +02:00
2019-09-13 18:46:08 +02:00
2020-02-17 10:33:56 +01:00
2019-12-27 12:50:56 +01:00