Gaius-Augustus / Augustus

Genome annotation with AUGUSTUS
http://bioinf.uni-greifswald.de/webaugustus/
272 stars 107 forks source link

warning: result of comparison of constant -1 with expression of type 'FeatureType' is always true #367

Open yurivict opened 1 year ago

yurivict commented 1 year ago

clang-14 complains:

load2db.cc:196:17: warning: result of comparison of constant -1 with expression of type 'FeatureType' is always true [-Wtautological-constant-out-of-range-compare]
                    if(f.type != -1){
                       ~~~~~~ ^  ~~
1 warning generated.

There are also many other warnings that clang prints. Please compile with clang and fix them.