File: gcc-15.patch

package info (click to toggle)
driftnet 1.5.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,300 kB
  • sloc: ansic: 4,296; sh: 1,704; makefile: 140
file content (15 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1096547

--- driftnet-1.5.0.orig/src/media/tests/test_unit.c
+++ driftnet-1.5.0/src/media/tests/test_unit.c
@@ -227,7 +227,7 @@ void test_dont_parse_other_formats(void*
     }
 }
 
-void test_correct_media_drivers_for_mediatype_count()
+void test_correct_media_drivers_for_mediatype_count(void** state)
 {
     drivers_t* image_drivers = NULL;
     drivers_t* audio_drivers = NULL;