fix(gcc): Fixed gcc build errors and warnings

Brought in libcomposition v2.2.1 and libplugin v0.3.5 which resolve gcc
build errors and warnings
This commit is contained in:
2025-11-28 07:52:38 -05:00
parent 250e03f00a
commit 6e489d15e5
4 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.9.7', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.9.8', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')