Joel Sherrill created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5277
Assignee: Joel Sherrill ## Summary This simple mistake in three PowerPC BSP family's _bsp.h_ file generates 15-20 warnings for each compilation of _spstdc17_. One of the warnings is: `../../../bsps/powerpc/tqm8xx/include/bsp.h:67:29: warning: ISO C does not allow extra ';'outside of a function [-Wpedantic]` The mistake is having something like _LINKER_SYMBOL(bsp_section_bss_start)_ and adding a ";" on the end of the line. ## Steps to reproduce Compile with GCC 15. ### Pre-set options -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5277 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