From e4ae7b20517820d8c59e9eb5194cc14671b5a135 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Thu, 24 Jul 2025 09:41:30 -0400 Subject: [PATCH] build(libcomposition): now compiles without warnings on clang and gcc --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 6691e0b..eb488bf 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # *********************************************************************** # -project('libcomposition', 'cpp', version: 'v1.5.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('libcomposition', 'cpp', version: 'v1.5.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') # Add default visibility for all C++ targets add_project_arguments('-fvisibility=default', language: 'cpp') @@ -44,4 +44,4 @@ if get_option('pkg-config') filebase: 'fourdst_composition', install_dir: join_paths(get_option('libdir'), 'pkgconfig') ) -endif \ No newline at end of file +endif