Closed gonzoleeman closed 4 years ago
Fix a couple of zero-length-arrays at the end of data structures, which the gcc-10 compiler no longer approves of. Replace "name[0]" with "name[]" in these two cases, which is the accepted workaround.
Ooops. Not sure what this is.
Fix a couple of zero-length-arrays at the end of data structures, which the gcc-10 compiler no longer approves of. Replace "name[0]" with "name[]" in these two cases, which is the accepted workaround.