mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

change C99 syntax not supported by C++ #7

Closed jeffdaily closed 10 years ago

jeffdaily commented 10 years ago

This C99 syntax feature and GNU C extension of C89 syntax breaks g++. See http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Designated-Inits.html for details. There is no need for the array index initializers since the initialization here is straightforward.

mengyao commented 10 years ago

I have merged. Thank you.