merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
204 changed files with 6039 additions and 27412 deletions
Showing only changes of commit 87c4b7ec53 - Show all commits

View File

@@ -64,7 +64,10 @@ cc = meson.get_compiler('c')
add_project_arguments('-Wno-deprecated-declarations', language: 'c')
if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized'
add_project_arguments('-ggdb3', language: 'c')
add_project_arguments('-Wunused', language: 'c')
#Disabled for now due so we can build
#add_project_arguments('-Werror', language: 'c')
endif
if platform == 'osx'