Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg remove no longer necessary -Wno-error usage.



details:   https://anonhg.NetBSD.org/src/rev/f47d78f2d697
branches:  trunk
changeset: 466944:f47d78f2d697
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jan 07 07:27:50 2020 +0000

description:
remove no longer necessary -Wno-error usage.

diffstat:

 external/mit/xorg/bin/xtrap/Makefile.xtrap |  7 +------
 external/mit/xorg/lib/libXaw/Makefile      |  7 +------
 external/mit/xorg/lib/libXaw6/Makefile     |  7 +------
 3 files changed, 3 insertions(+), 18 deletions(-)

diffs (55 lines):

diff -r f21e6e2a23cc -r f47d78f2d697 external/mit/xorg/bin/xtrap/Makefile.xtrap
--- a/external/mit/xorg/bin/xtrap/Makefile.xtrap        Tue Jan 07 07:26:21 2020 +0000
+++ b/external/mit/xorg/bin/xtrap/Makefile.xtrap        Tue Jan 07 07:27:50 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.xtrap,v 1.2 2011/07/01 01:25:52 mrg Exp $
+#      $NetBSD: Makefile.xtrap,v 1.3 2020/01/07 07:27:50 mrg Exp $
 
 NOMAN= 1
 
@@ -15,8 +15,3 @@
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
-
-# XXX
-.if defined(HAVE_GCC)
-COPTS+= -Wno-error
-.endif
diff -r f21e6e2a23cc -r f47d78f2d697 external/mit/xorg/lib/libXaw/Makefile
--- a/external/mit/xorg/lib/libXaw/Makefile     Tue Jan 07 07:26:21 2020 +0000
+++ b/external/mit/xorg/lib/libXaw/Makefile     Tue Jan 07 07:27:50 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2019/03/19 06:19:44 mrg Exp $
+#      $NetBSD: Makefile,v 1.14 2020/01/07 07:27:50 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -75,9 +75,4 @@
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>
 
-# XXX
-.if defined(HAVE_GCC)
-COPTS.XawIm.c+=        -Wno-error
-.endif
-
 CWARNFLAGS.clang+=     -Wno-format
diff -r f21e6e2a23cc -r f47d78f2d697 external/mit/xorg/lib/libXaw6/Makefile
--- a/external/mit/xorg/lib/libXaw6/Makefile    Tue Jan 07 07:26:21 2020 +0000
+++ b/external/mit/xorg/lib/libXaw6/Makefile    Tue Jan 07 07:27:50 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2015/07/19 07:55:07 mrg Exp $
+#      $NetBSD: Makefile,v 1.10 2020/01/07 07:27:50 mrg Exp $
 
 NOCHECKVER=    yes     # we want to install an older version ...
 MKLINKLIB=     no
@@ -37,8 +37,3 @@
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>
-
-# XXX
-.if defined(HAVE_GCC)
-COPTS.XawIm.c+= -Wno-error
-.endif



Home | Main Index | Thread Index | Old Index