amf: Ignore undef warnings in external headers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
Edward Hervey 2025-01-10 16:31:01 +01:00 committed by GStreamer Marge Bot
parent 074aaafa33
commit c79164a02e

View file

@ -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