1 Fix compile warning being treated as error:
3 codec/svg.c: In function 'DecodeBlock':
4 codec/svg.c:240:5: error: implicit declaration of function 'rsvg_handle_render_cairo' [-Werror=implicit-function-declaration]
5 cc1: some warnings being treated as errors
7 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
9 diff -uNr vlc-2.2.1.org/configure.ac vlc-2.2.1/configure.ac
10 --- vlc-2.2.1.org/configure.ac 2015-04-13 09:57:54.000000000 +0200
11 +++ vlc-2.2.1/configure.ac 2015-04-24 20:54:35.349039010 +0200
16 -RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration])
17 +RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var])
18 RDC_PROG_CC_FLAGS([-pipe])
20 RDC_PROG_CXX_WFLAGS([all extra sign-compare undef pointer-arith volatile-register-var])