Suppress data[] array warning
This commit is contained in:
		| @@ -306,6 +306,9 @@ public: | ||||
|       PORT_REDIRECT(card.transfer_port_index); | ||||
|     #endif | ||||
|  | ||||
|     #pragma GCC diagnostic push | ||||
|     #pragma GCC diagnostic ignored "-Warray-bounds" | ||||
|  | ||||
|     while (PENDING(millis(), transfer_window)) { | ||||
|       switch (stream_state) { | ||||
|          /** | ||||
| @@ -439,6 +442,8 @@ public: | ||||
|           break; | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     #pragma GCC diagnostic pop | ||||
|   } | ||||
|  | ||||
|   void dispatch() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user