When compiling with -O3, gcc would complain that 'linear' might not be initialized if comp is superior to 4. In fact passing a value > 4 is an error anyway, but gcc does not know that. I changed the switch case to support comp > 4. I don't think it should affect the performances.master
parent
947bdcd027
commit
347e7838be
1 changed files with 4 additions and 4 deletions
Loading…
Reference in New Issue