diff options
Diffstat (limited to 'target-xtensa/core-fsf.c')
-rw-r--r-- | target-xtensa/core-fsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c index 6859bee062..cfcc840255 100644 --- a/target-xtensa/core-fsf.c +++ b/target-xtensa/core-fsf.c @@ -33,7 +33,7 @@ #include "core-fsf/core-isa.h" #include "overlay_tool.h" -static const XtensaConfig fsf = { +static const XtensaConfig fsf __attribute__((unused)) = { .name = "fsf", /* GDB for this core is not supported currently */ .clock_freq_khz = 10000, |