File: makefile.in.patch

package info (click to toggle)
linux86 0.16.21-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,072 kB
  • sloc: ansic: 66,757; asm: 6,154; makefile: 1,374; sh: 703
file content (14 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable errors on implicit function declarations
Author: Bastian Germann <bage@debian.org>

--- a/makefile.in
+++ b/makefile.in
@@ -42,7 +42,7 @@
        -Wnested-externs -Winline 
 CFLAGS	=$(GCCFLAG) $(WALL) -O2 -g
 #else
-WALL  =-Wall -Wstrict-prototypes
+WALL  =-Wall -Wstrict-prototypes -Wno-error=implicit-function-declaration
 CFLAGS	=$(GCCFLAG) -O2 -fno-strict-aliasing
 #endif