https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211823
--- Comment #3 from Konstantin Belousov <[email protected]> --- (In reply to Christian Heckendorf from comment #2) I prefer to keep the code as is. The cast is not needed, C compiler does silent standard-mandated promotion of the integer variables to the same rank and signess, in this case to uint32_t. So everything works as intended. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
