~hp/sherlock.lv2

afa8716780b3de299208448016e2c65dac061b32 — Hanspeter Portner 5 months ago 8ad9a2e
Add -Wno-nullability-extension to silence clang
2 files changed, 3 insertions(+), 2 deletions(-)

M meson.build
M meson_options.txt
M meson.build => meson.build +2 -1
@@ 76,7 76,8 @@ ui_srcs = [
c_args = [
  '-fvisibility=hidden',
  '-Wno-unknown-warning-option',
  '-Wno-null-pointer-subtraction']
  '-Wno-null-pointer-subtraction',
  '-Wno-nullability-extension']

version = get_option('version').split('.')
add_project_arguments('-DSHERLOCK_VERSION="'

M meson_options.txt => meson_options.txt +1 -1
@@ 9,4 9,4 @@ option('lv2libdir',
	type : 'string',
	value : 'lib/lv2')

option('version', type : 'string', value : '0.29.49')
option('version', type : 'string', value : '0.29.55')