mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
meson: amfcodec: fix build with MinGW GCC 14
> ../sys/amfcodec/include/core/PropertyStorage.h:87:50: error: 'virtual void > amf::AMFPropertyStorage::RemoveObserver(amf::AMFPropertyStorageObserver*)' was hidden [-Werror=overloaded-virtual=] Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7658>
This commit is contained in:
parent
4af2121189
commit
572f2d10f5
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ if cxx.get_id() != 'msvc'
|
|||
'-Wno-format',
|
||||
'-Wno-format-nonliteral',
|
||||
'-Wno-format-security',
|
||||
# ../sys/amfcodec/include/core/PropertyStorage.h:87:50: error: 'virtual void amf::AMFPropertyStorage::RemoveObserver(amf::AMFPropertyStorageObserver*)' was hidden [-Werror=overloaded-virtual=]
|
||||
'-Wno-overloaded-virtual',
|
||||
])
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue