OpenOrbis / mira-project

mira rewrite in cxx
GNU General Public License v3.0
290 stars 65 forks source link

Fix building on clang 7 #149

Closed sleirsgoevy closed 2 years ago

sleirsgoevy commented 2 years ago

clang 7 does not handle C-style zero-initialization of structs that have flexible array members. Redeclaring those as arrays of 0 elements fixes the issue.