Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doprnt: fix compilation on some platforms
doprnt.c:638:3: error: magnitude of floating-point constant too large for type 'long double'; maximum is 1.7976931348623157E+308 [-Werror,-Wliteral-range] 638 | 1e512L, 1e1024L, 1e2048L, 1e4096L | ^ doprnt.c:638:11: error: magnitude of floating-point constant too large for type 'long double'; maximum is 1.7976931348623157E+308 [-Werror,-Wliteral-range] 638 | 1e512L, 1e1024L, 1e2048L, 1e4096L | ^ doprnt.c:638:20: error: magnitude of floating-point constant too large for type 'long double'; maximum is 1.7976931348623157E+308 [-Werror,-Wliteral-range] 638 | 1e512L, 1e1024L, 1e2048L, 1e4096L | ^ doprnt.c:638:29: error: magnitude of floating-point constant too large for type 'long double'; maximum is 1.7976931348623157E+308 [-Werror,-Wliteral-range] 638 | 1e512L, 1e1024L, 1e2048L, 1e4096L
- Loading branch information