mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
amf: Ignore undef warnings in external headers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
parent
074aaafa33
commit
c79164a02e
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ if cxx.get_id() != 'msvc'
|
|||
'-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',
|
||||
'-Wno-undef'
|
||||
])
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue