Source-Changes-HG archive

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

[src/trunk]: src/doc ah_regdomain.c doesn't use -Wno-error anymore.



details:   https://anonhg.NetBSD.org/src/rev/83f715481f59
branches:  trunk
changeset: 772815:83f715481f59
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jan 17 15:38:44 2012 +0000

description:
ah_regdomain.c doesn't use -Wno-error anymore.

diffstat:

 doc/TODO.clang |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r ed09bc89d411 -r 83f715481f59 doc/TODO.clang
--- a/doc/TODO.clang    Tue Jan 17 12:32:52 2012 +0000
+++ b/doc/TODO.clang    Tue Jan 17 15:38:44 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.clang,v 1.3 2011/08/15 10:58:54 wiz Exp $
+$NetBSD: TODO.clang,v 1.4 2012/01/17 15:38:44 joerg Exp $
 
 Hacks for the clang integration
 -------------------------------
@@ -7,9 +7,6 @@
 to compensate for the missing .code16 support in LLVM MC
 and slightly different encoding of the lock stubs.
 
-ah_regdomain.c in the kernel currently requires -Wno-error due to
-http://llvm.org/bugs/show_bug.cgi?id=10030.
-
 Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or
 warnings.
 



Home | Main Index | Thread Index | Old Index