We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2644e7 commit abfe710Copy full SHA for abfe710
targets/TARGET_RASPBERRYPI/TARGET_RP2040/objects.h
@@ -20,6 +20,7 @@
20
#pragma GCC diagnostic push
21
#pragma GCC diagnostic ignored "-Wtype-limits"
22
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
23
+#pragma GCC diagnostic ignored "-Wunused-value"
24
25
#ifdef __cplusplus
26
#include <stdint.h>
0 commit comments