diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-09-02 19:26:39 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-09-02 19:26:39 +0000 |
commit | 710f7c3aa18c85ca8fee8259b5cb518a05aaef91 (patch) | |
tree | 910341394dc4d5a052cd86ca061245a14a4d4c95 | |
parent | d1c8d4428b678ab6579814154e3b5215e5475ce8 (diff) | |
download | src-710f7c3aa18c85ca8fee8259b5cb518a05aaef91.tar.gz src-710f7c3aa18c85ca8fee8259b5cb518a05aaef91.zip |
For now, undo the WARNS=3 setting for the clang and llvm tools. More
work needs to be done first to get everything compiling without warnings.
Notes
Notes:
svn path=/projects/clang390-import/; revision=305299
-rw-r--r-- | usr.bin/clang/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/clang/Makefile.inc b/usr.bin/clang/Makefile.inc deleted file mode 100644 index 57025ba180c2..000000000000 --- a/usr.bin/clang/Makefile.inc +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -WARNS?= 3 - -.include "../Makefile.inc" |