Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
300 stars 44 forks source link

stardict_lib.cpp: use explicit const_cast #104

Open bircoph opened 1 month ago

bircoph commented 1 month ago

Gcc-14 considers incompatible pointer types as an error, so use expcilict const_cast to convert from const char to gchar.

This should be a proper fix for #103 .