ares-openbsd/nall/primitives
thekovic a65bf18645
nall: fix Wcast-user-defined warning (#1494)
Compiling with GCC 14.1 in MSYS2 caused a lot of warnings of the
`-Wcast-user-defined` variety. This PR adresses that.

Note: This PR does not address
https://github.com/ares-emulator/ares/issues/1399 . Those warnings
happen at the link stage, they don't seem to be GCC-only (since issue OP
also reports them with clang), and they don't appear at lower
optimization settings (I tested `build=debug` and `build=stable` which
compiled cleanly).
2024-05-18 16:56:32 +01:00
..
bit-field.hpp nall: fix Wcast-user-defined warning (#1494) 2024-05-18 16:56:32 +01:00
bit-range.hpp nall: fix Wcast-user-defined warning (#1494) 2024-05-18 16:56:32 +01:00
boolean.hpp
integer.hpp
literals.hpp
natural.hpp
real.hpp
types.hpp