Re: [FFmpeg-devel] [PATCH]lavfi/signature: Fix a cast of a function pointer

2020-05-03 Thread Carl Eugen Hoyos
Am Fr., 1. Mai 2020 um 23:57 Uhr schrieb Carl Eugen Hoyos : > Attached patch fixes an ugly warning when compiling with -Wpedantic. > I am not in favour of adding casts to silence such warnings, but there > already is an incorrect cast. Will push if there are no comments. Carl Eugen _

[FFmpeg-devel] [PATCH]lavfi/signature: Fix a cast of a function pointer

2020-05-01 Thread Carl Eugen Hoyos
Hi! Attached patch fixes an ugly warning when compiling with -Wpedantic. I am not in favour of adding casts to silence such warnings, but there already is an incorrect cast. Please comment, Carl Eugen From ed41ff40b9e1bff357b52394dcfa1107dc4ada74 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos D