Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aspell: fix
-Wdeprecated-declarations
for g_module_build_path
``` ../../../src/editor/spell.c:177:26: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] spell_module_fname = g_module_build_path (NULL, "libaspell"); ^ /opt/homebrew/Cellar/glib/2.80.4/include/glib-2.0/gmodule.h:141:1: note: 'g_module_build_path' has been explicitly marked deprecated here GMODULE_DEPRECATED_IN_2_76 ``` Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
- Loading branch information