diff options
author | David Robillard <d@drobilla.net> | 2022-12-15 12:12:47 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-15 12:16:36 -0500 |
commit | 9dc04ad3c5b62d0018eae14dc177be2993dbcbd4 (patch) | |
tree | 6537453f2a6af1956a4712bf9107d4581f924ab3 /NEWS | |
parent | f4fe410e75c0fd3aec2fd6ee20be1571221a1700 (diff) | |
download | lv2-9dc04ad3c5b62d0018eae14dc177be2993dbcbd4.tar.xz |
Remove double size check entirely
It turns out that, since this header is widely included in dependants, removing
the conditional in the previous commit triggers undocumented warnings
downstream.
Since the check is pretty esoteric anyway, and has been widely included across
most of the LV2 ecosystem for a decade and never once come up, I think it's
safe to just delete this and be done with the hassle.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ lv2 (1.18.11) unstable; urgency=medium * Allow LV2_SYMBOL_EXPORT to be overridden * Fix pylint warning in test script * Override pkg-config dependency within meson - - -- David Robillard <d@drobilla.net> Sat, 10 Dec 2022 14:17:42 +0000 + * Remove troublesome lv2_atom_assert_double_fits_in_64_bits + + -- David Robillard <d@drobilla.net> Thu, 15 Dec 2022 17:15:58 +0000 lv2 (1.18.10) stable; urgency=medium |