From bbd05eb0c32a9614f012a1d9b75cef736a1d4150 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 2 Mar 2015 08:54:00 +0200 Subject: Clean up clang warnings --- build/cxx/rule.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/cxx') diff --git a/build/cxx/rule.cxx b/build/cxx/rule.cxx index 94433b9..eb61bd1 100644 --- a/build/cxx/rule.cxx +++ b/build/cxx/rule.cxx @@ -451,9 +451,9 @@ namespace build // Ignore some known target types (headers). // if (p.type.id == typeid (h) || - cp.type.id == typeid (cxx) && (p.type.id == typeid (hxx) || - p.type.id == typeid (ixx) || - p.type.id == typeid (txx))) + (cp.type.id == typeid (cxx) && (p.type.id == typeid (hxx) || + p.type.id == typeid (ixx) || + p.type.id == typeid (txx)))) continue; if (p.type.id == typeid (cxx)) -- cgit v1.1