Workaround on ISpell build error for gcc15

This commit is contained in:
Julien Wadel 2025-04-29 17:14:06 +02:00
parent f5ad89d180
commit 5b5f877a44

View file

@ -239,6 +239,7 @@ if(NOT APPLE OR MONO_ARCH)
endif()
if(NOT APPLE AND NOT WIN32)
function(add_linphone_ispell)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-error=incompatible-pointer-types") #Workaround for gcc15
add_subdirectory("external/ispell")
endfunction()
add_linphone_ispell()