Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/bin/xterm disable attribute warnings. new...
details: https://anonhg.NetBSD.org/src/rev/90a4d6aae235
branches: trunk
changeset: 378878:90a4d6aae235
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Apr 27 02:11:55 2021 +0000
description:
disable attribute warnings. new libXt triggers them for now..
diffstat:
external/mit/xorg/bin/xterm/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ce908b44dae9 -r 90a4d6aae235 external/mit/xorg/bin/xterm/Makefile
--- a/external/mit/xorg/bin/xterm/Makefile Mon Apr 26 23:51:08 2021 +0000
+++ b/external/mit/xorg/bin/xterm/Makefile Tue Apr 27 02:11:55 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/02/17 03:06:07 mrg Exp $
+# $NetBSD: Makefile,v 1.22 2021/04/27 02:11:55 mrg Exp $
.include <bsd.own.mk>
@@ -24,6 +24,7 @@ CPPFLAGS+= -I. \
${X11FLAGS.VERSION}
CWARNFLAGS.clang+= -Wno-empty-body
+CWARNFLAGS.gcc+= -Wno-error=attributes
APPDEFS=XTerm.ad XTerm-color.ad
Home |
Main Index |
Thread Index |
Old Index