dtls: fix some more compiler warnings
authorTim-Philipp Müller <tim@centricular.com>
Mon, 16 Mar 2015 17:36:49 +0000 (17:36 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 16 Mar 2015 17:36:49 +0000 (17:36 +0000)
commit86a889883ea3e9ea088b26bae71bd9bb98f5a04e
tree433f79090172ef920b9bdd5b9d89315698b59bbe
parentd9344ad820372514687f73661f87bfab89b0c7ce
dtls: fix some more compiler warnings

gcc-4.9.2:
gstdtlsagent.c:114:1: error: old-style function definition
gstdtlsconnection.c:253:3: error: ISO C90 forbids mixed declarations and code
gstdtlsconnection.c:291:3: error: ISO C90 forbids mixed declarations and code
gstdtlsconnection.c:391:3: error: ISO C90 forbids mixed declarations and code
gstdtlsconnection.c:434:3: error: ISO C90 forbids mixed declarations and code
gstdtlsconnection.c:773:1: error: 'BIO_s_gst_dtls_connection' was used with no prototype before its definition
gstdtlsconnection.c:773:1: error: old-style function definition
ext/dtls/gstdtlsagent.c
ext/dtls/gstdtlsconnection.c