Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Wednesday, 28-Feb-2024 19:40:34 JST 翠星石
@r Wait, I actually overflowed signed and not unsigned. You need to case to (unsigned long) to stop gcc from complaining in that case.
I remember receiving a gcc warning that a value was so large that it overflowed into the larger unit size, but I haven't been able to replicate it so far.