nuttx/arch/arm/include/armv7-m
Matthias Grob d1113110f3 armv7-m irq: avoid uninitialized warning/error
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.
2023-03-23 04:02:43 -07:00
..
irq.h armv7-m irq: avoid uninitialized warning/error 2023-03-23 04:02:43 -07:00
nvicpri.h