summaryrefslogtreecommitdiffstats
path: root/source/n/tftp-hpa/tftp-hpa.gcc14.diff
blob: 2b786cb7961d57015c109f4c146bb19874248c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./MCONFIG.in.orig	2024-05-12 00:09:10.358745878 -0500
+++ ./MCONFIG.in	2024-05-12 00:10:29.981747659 -0500
@@ -51,7 +51,7 @@
 
 # Compiler and compiler flags
 CC      = @CC@
-CFLAGS  = @CFLAGS@ -I$(SRCROOT) -fcommon
+CFLAGS  = @CFLAGS@ -I$(SRCROOT) -fcommon -Wno-error=implicit-function-declaration
 
 # Link flags
 LDFLAGS = @LDFLAGS@