Joel Sherrill started a new discussion on 
bsps/sparc/erc32/console/erc32_console.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125988

 >  
 >  #endif
 >  
 > -
 >  /*
 >   *  Console Device Driver Entry Points
 > - *
 >   */
 >  
 > -static void erc32_console_initialize(
 > -    int minor
 > -)
 > +static void erc32_console_initialize( int minor )
 >  {
 >    console_data *cd = &Console_Port_Data [minor];
 > +  static bool interrupts_installed = false;

I built your branch and got this warning:

`log-next/b-sparc-erc32.log:../../../bsps/sparc/erc32/console/erc32_console.c:309:15:
 warning: unused variable 'interrupts_installed' [-Wunused-variable]`

Line 309 looks to need to be protected with "#if (CONSOLE_USE_INTERRUPTS)"

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to