mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Newer C versions require that the storage-class specifier like static or _Thread_Local be the first thing in a declaration. Adding this warning to the default set to let us eliminate violations.