From bfa3c89317869ffe1e90b7e01e7cacad7a7ea10e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 13 Aug 2020 12:09:28 +0200 Subject: mausezahn: make needlessly global variables static Move variables only used withing a single compilation unit from mz.h and make them static. This avoids "multiple definition of symbol" linker errors with gcc-10. Updates #216 Signed-off-by: Tobias Klauser --- staging/rtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'staging/rtp.c') diff --git a/staging/rtp.c b/staging/rtp.c index 54a195e..da40884 100644 --- a/staging/rtp.c +++ b/staging/rtp.c @@ -56,7 +56,6 @@ "|\n" - int create_rtp_packet(void) { u_int8_t byte1, byte2; -- cgit v1.2.3-54-g00ecf