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/3fd10edd98c0
branches:  trunk
changeset: 962004:3fd10edd98c0
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 afe49917acd0 -r 3fd10edd98c0 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 @@
                ${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