You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Narrowly silence new (GCC 8.1+) warning (arduino#290)
Fixesarduino#287
The warnings look like:
```
Line 338 Char 37
warning: 'void* memcpy(void*, const void*, size_t)'
writing to an object of type 'struct DmacDescriptor'
with no trivial copy-assignment [-Wclass-memaccess]
```
0 commit comments