[vlc-commits] [Git][videolan/vlc][master] meson: remove unused HAVE_STATIC_ASSERT
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Mar 2 07:23:12 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
2ff4c82b by Steve Lhomme at 2023-03-02T07:06:47+00:00
meson: remove unused HAVE_STATIC_ASSERT
We assume C11 compilers have support for static_assert() and _Static_assert
since 6be0e8af6b424e9111ffbf276e666164335e9eab.
- - - - -
1 changed file:
- config.h.meson
Changes:
=====================================
config.h.meson
=====================================
@@ -449,9 +449,6 @@
/* Define to 1 if you have the sincos function. */
#mesondefine HAVE_SINCOS
-/* Define to 1 if <assert.h> defines static_assert. */
-#mesondefine HAVE_STATIC_ASSERT
-
/* Define to 1 if you have the `strcasecmp' function. */
#mesondefine HAVE_STRCASECMP
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2ff4c82bb869417fb970657590c760219975318f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2ff4c82bb869417fb970657590c760219975318f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list