RTEMS | testsuites/validation: Resolve compiler warnings and simulator failures (!1163)

Karthikey Kadati (@karthikey_kadati) gitlab at rtems.org
Tue Mar 31 20:27:51 UTC 2026




Karthikey Kadati commented on a discussion on testsuites/validation/tc-timecounter-install.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1163#note_147680

 >  
 >  static void NtpUpdateAdjustmentSlower( int64_t *adjustment, time_t *newsec )
 >  {
 > -  *adjustment = -(( (int64_t) 5000 ) << 32);
 > +  *adjustment = -( (int64_t) 5000 << 32 );

here is the link for that rtems-central MR https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/18

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1163#note_147680
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260331/e7dc96f4/attachment.htm>


More information about the bugs mailing list