mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
arm-none-eabi-gcc 12.2.0 gives the following warnings: error: 'primask' is used uninitialized error: 'primask' may be used uninitialized We use Werror and the file is indirectly included in different places. I suggest telling the compiler to ignore these warnings since primask is initialized on the first assembly line. This is the only problem I encountered so far when upgrading the compiler. |
||
|---|---|---|
| .. | ||
| irq.h | ||
| nvicpri.h | ||