[libdvdnav-devel] [Git][videolan/libdvdread][master] 2 commits: meson: add function pointer extra checks in MSVC
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Aug 3 20:13:06 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
ee1f6683 by Steve Lhomme at 2026-08-03T22:12:28+02:00
meson: add function pointer extra checks in MSVC
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4113
- - - - -
67447b47 by Steve Lhomme at 2026-08-03T22:12:28+02:00
meson: add function parameters extra checks in MSVC
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4028
- - - - -
1 changed file:
- meson.build
Changes:
=====================================
meson.build
=====================================
@@ -118,11 +118,11 @@ if get_option('extra_checks')
'-Werror=missing-field-initializers',
'-Werror=format', '-we4477', '-we4313',
'-Werror=return-mismatch', '-we4098', '-we4033',
- '-Werror=incompatible-pointer-types', '-we4047',
+ '-Werror=incompatible-pointer-types', '-we4047', '-we4113',
'-Werror=restrict',
'-Werror=int-conversion',
'-Werror=implicit-int',
- '-Werror=declaration-missing-parameter-type',
+ '-Werror=declaration-missing-parameter-type', '-we4028', '-we4029',
'-Werror=excess-initializers',
'-Werror=unterminated-string-initialization', '-we4295',
]
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/c8bf871908eb21d2a81049042cb576e224a24a0e...67447b47de0b9088f536b842a7f473048bf2aa7b
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/c8bf871908eb21d2a81049042cb576e224a24a0e...67447b47de0b9088f536b842a7f473048bf2aa7b
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the libdvdnav-devel
mailing list