Filosoft / vabamorf

Eesti keele morfanalüsaator
Other
24 stars 14 forks source link

Unused variable in komp.cpp #13

Closed kristiank closed 9 years ago

kristiank commented 9 years ago

GMake reports a warning:

vabamorf/lib/etana/komp.cpp:468:12: warning: unused variable ‘idx’ [-Wunused-variable]
     AVTIDX idx;
PRR24 commented 9 years ago

Vabamorf can be compiled with number of different compilers and different compilers output different number of different warnings. Dev team will not pay any special attention to the compiler warnings reported through the issue tracking system.

kristiank commented 9 years ago

It was not about the warning per se -- it was about the fact that you are having an unused variable in the code.