mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
configure: pass -Wno-attributes to fix build against broken ffmpeg headers
libavutil/mem.h:342:1: error: ‘alloc_size’ attribute ignored on a function returning ‘int’ av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size); ^~~~~~~~~~~~~ Hopefully fixes build on jenkins.
This commit is contained in:
parent
2b50a0ce93
commit
0bf5b537d6
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ AG_GST_SET_ERROR_CFLAGS($FATAL_WARNINGS, [
|
|||
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
|
||||
-Winit-self -Wmissing-include-dirs -Waddress
|
||||
-Waggregate-return -Wno-multichar -Wnested-externs ])
|
||||
-Waggregate-return -Wno-multichar -Wnested-externs -Wno-attributes])
|
||||
|
||||
dnl define correct level for debugging messages
|
||||
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
|
||||
|
|
Loading…
Reference in a new issue