build(libcomposition): now compiles without warnings on clang and gcc

This commit is contained in:
2025-07-24 09:41:30 -04:00
parent 9f5ef7fd6a
commit e4ae7b2051

View File

@@ -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
endif