aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/3dostr.c
diff options
context:
space:
mode:
authorMark Harris <mark.hsj@gmail.com>2018-11-24 13:02:02 -0800
committerJames Almer <jamrial@gmail.com>2019-07-23 01:21:46 -0300
commit6f6cd2e29df5ba0c957772a101790db22c7cab94 (patch)
treeb6f5de960621f1965246c61f51d9f1bfc944e7a9 /libavformat/3dostr.c
parentf8e254716b622926d781bc4b20ee53537bd174c4 (diff)
downloadffmpeg-6f6cd2e29df5ba0c957772a101790db22c7cab94.tar.gz
avutil/mem: Fix invalid use of av_alloc_size
The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) warns about invalid usage: ./libavutil/mem.h:342:1: warning: 'alloc_size' attribute ignored on a function returning int' [-Wattributes] 342 | av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size); | ^~~~~~~~~~~~~ Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 4361293fcf59edb56879c36edcd25f0a91e0edf8)
Diffstat (limited to 'libavformat/3dostr.c')
0 files changed, 0 insertions, 0 deletions