Module Name:    src
Committed By:   rkujawa
Date:           Fri Mar 29 18:53:21 UTC 2013

Modified Files:
        src/usr.bin/tftp: Makefile

Log Message:
Work around "variable might be clobbered by longjmp" gcc warning when compiling 
with CPUFLAGS=-march=armv7. Should be fixed properly one day...


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/tftp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tftp/Makefile
diff -u src/usr.bin/tftp/Makefile:1.10 src/usr.bin/tftp/Makefile:1.11
--- src/usr.bin/tftp/Makefile:1.10	Tue Apr 14 22:15:27 2009
+++ src/usr.bin/tftp/Makefile	Fri Mar 29 18:53:21 2013
@@ -1,6 +1,8 @@
-#	$NetBSD: Makefile,v 1.10 2009/04/14 22:15:27 lukem Exp $
+#	$NetBSD: Makefile,v 1.11 2013/03/29 18:53:21 rkujawa Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 
+WARNS?=2
+
 USE_FORT?= yes	# network client
 
 PROG=	tftp

Reply via email to