Kinsey Moore started a new discussion on testsuites/libtests/fdt02/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1295#note_152142

 >  
 >  const char rtems_test_name[] = "FDT 02";
 >  
 > +void test_mem_rsv(
 > +  rtems_fdt_handle *handle,
 > +  int               count,
 > +  int               n,
 > +  uint64_t          exp_address,
 > +  uint64_t          exp_size
 > +);
 > +
 >  rtems_task Init( rtems_task_argument argument );
 >  
 > +void test_mem_rsv(

This should be static and then the prototype can be dropped.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1295#note_152142
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