File: implicit-int.patch

package info (click to toggle)
xcb 2.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: ansic: 4,121; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with -Werror=implicit-int

--- a/xcb.c
+++ b/xcb.c
@@ -1350,6 +1350,7 @@ xevents ()
     }
 }
 
+int
 main (argc, argv)
      int argc;
      char **argv;