summaryrefslogtreecommitdiff
path: root/extmod/moductypes.c
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2020-01-02 18:03:18 -0500
committerRoy Hooper <rhooper@toybox.ca>2020-01-02 18:03:18 -0500
commit767ce1cdf8c56ed00f2b88c4babcd92b91b51755 (patch)
tree9d7ea1bac1cf2d4dea723f16773fda1db3555b1d /extmod/moductypes.c
parentccf158b03009d3de7ec8d70584044cd7f7bc1dd3 (diff)
remove unnecessary GCC pragmas
Diffstat (limited to 'extmod/moductypes.c')
-rw-r--r--extmod/moductypes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/moductypes.c b/extmod/moductypes.c
index bf5f1cef7..451dc29ed 100644
--- a/extmod/moductypes.c
+++ b/extmod/moductypes.c
@@ -518,7 +518,6 @@ STATIC void uctypes_struct_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) {
}
}
-#pragma GCC diagnostic ignored "-Wunused-parameter"
STATIC mp_obj_t uctypes_struct_subscr(mp_obj_t base_in, mp_obj_t index_in, mp_obj_t value) {
mp_obj_uctypes_struct_t *self = mp_instance_cast_to_native_base(base_in, &uctypes_struct_type);