Skip to content

Commit abfe710

Browse files
committed
RP2040: silence nasty warning
1 parent c2644e7 commit abfe710

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_RASPBERRYPI/TARGET_RP2040

1 file changed

+1
-0
lines changed

targets/TARGET_RASPBERRYPI/TARGET_RP2040/objects.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#pragma GCC diagnostic push
2121
#pragma GCC diagnostic ignored "-Wtype-limits"
2222
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
23+
#pragma GCC diagnostic ignored "-Wunused-value"
2324

2425
#ifdef __cplusplus
2526
#include <stdint.h>

0 commit comments

Comments
 (0)