Module Name: src
Committed By: joerg
Date: Tue Jan 17 15:38:44 UTC 2012
Modified Files:
src/doc: TODO.clang
Log Message:
ah_regdomain.c doesn't use -Wno-error anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/doc/TODO.clang
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.clang
diff -u src/doc/TODO.clang:1.3 src/doc/TODO.clang:1.4
--- src/doc/TODO.clang:1.3 Mon Aug 15 10:58:54 2011
+++ src/doc/TODO.clang Tue Jan 17 15:38:44 2012
@@ -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 @@ Hacks for the clang integration
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.