Joel Sherrill commented on a discussion on 
testsuites/libtests/dumpbuf01/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/925#note_139281

 >  
 >  /* forward declarations to avoid warnings */
 >  rtems_task Init(rtems_task_argument argument);
 > -void do_test(int length);
 > +void do_test(size_t length);
 >  
 >  unsigned char Buffer[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890\n";
 >  
 >  void do_test(
 > -  int length
 > +  size_t length
 >  )
 >  {
 >    printf( "====== Printing %d Bytes ======\n", length );

Good catch. Fixed in next push.

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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to