From 710f7c3aa18c85ca8fee8259b5cb518a05aaef91 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 2 Sep 2016 19:26:39 +0000 Subject: [PATCH] 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. --- usr.bin/clang/Makefile.inc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 usr.bin/clang/Makefile.inc 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"