xmos / lib_src

Sample rate conversion library
Other
16 stars 19 forks source link

Add braces to initialisation list to avoid warnings when building #33

Closed mbanth closed 5 years ago

mbanth commented 5 years ago

The ASRCFiltersIDs_t and SSRCFiltersIDs_t types each contain an array. The initialisation lists for variables either of these types did not take that additional array into account when grouping initial values with braces, leading to compiler warnings when building. This pull request adds in the missing braces.