File: 50-implicit-decl

package info (click to toggle)
libmatchbox 1.12%2Bgit20170224-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: ansic: 8,675; makefile: 110; sh: 11
file content (15 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix implicit function declaration
Index: libmatchbox-1.12+git20170224/libmb/mbpixbuf.c
===================================================================
--- libmatchbox-1.12+git20170224.orig/libmb/mbpixbuf.c	2020-06-15 14:38:11.830805291 +0100
+++ libmatchbox-1.12+git20170224/libmb/mbpixbuf.c	2020-06-15 14:38:11.826805288 +0100
@@ -27,6 +27,9 @@
 
 #include <setjmp.h>
 
+extern int
+mb_want_warnings(void);
+
 #define BYTE_ORD_24_RGB  0
 #define BYTE_ORD_24_RBG  1
 #define BYTE_ORD_24_BRG  2