varnamproject / libvarnam

Deprecated. See https://github.com/varnamproject/govarnam
http://www.varnamproject.com
Mozilla Public License 2.0
100 stars 21 forks source link

Warnings in stemmer_tests.c #72

Closed navaneeth closed 10 years ago

navaneeth commented 10 years ago
Building C object tests/CMakeFiles/runtests.dir/stemmer_tests.c.o
/home/parallels/projects/gsoc/libvarnam/tests/stemmer_tests.c: In function ‘insert_stemrule’:
/home/parallels/projects/gsoc/libvarnam/tests/stemmer_tests.c:112:3: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
/home/parallels/projects/gsoc/libvarnam/tests/stemmer_tests.c:125:3: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
kevinmartinjos commented 10 years ago

done