Files
ffmpeg/libavutil
Mark Harris 266b784bb3 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 4361293fcf)
2019-07-23 01:21:55 -03:00
..
2014-04-07 01:31:02 +02:00
2015-06-19 02:25:48 +02:00
2015-08-19 16:15:13 +00:00
2015-08-19 16:15:13 +00:00
2015-06-19 15:57:32 +02:00
2015-08-22 10:07:05 -07:00
2014-08-05 01:54:47 +02:00
2015-05-02 14:37:48 +02:00
2014-12-19 14:35:29 +01:00
2015-05-31 12:07:11 +02:00
2014-07-12 22:33:27 +02:00
2014-07-12 22:33:27 +02:00
2015-08-19 16:15:13 +00:00
2015-08-19 16:15:13 +00:00
2014-04-29 13:24:11 +02:00
2017-02-08 21:17:50 +01:00
2017-02-08 21:17:50 +01:00
2015-08-22 10:07:05 -07:00
2014-11-08 11:31:11 +01:00
2014-10-11 12:15:26 +02:00
2014-06-03 10:58:19 -08:00
2014-09-05 00:43:48 +02:00
2016-08-15 20:25:13 +02:00
2014-08-05 21:05:52 +02:00
2015-05-26 18:31:53 +02:00
2015-05-26 18:31:53 +02:00
2018-01-31 22:56:14 +01:00
2014-05-26 11:40:15 +02:00
2014-05-26 11:40:15 +02:00
2015-12-06 02:51:27 +01:00
2015-02-18 00:59:55 +01:00
2013-11-22 17:16:11 +01:00