]> granicus.if.org Git - clang/commitdiff
Fix the -Asserts build.
authorJohn McCall <rjmccall@apple.com>
Wed, 5 Jan 2011 12:34:30 +0000 (12:34 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 5 Jan 2011 12:34:30 +0000 (12:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122872 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index 040e7f161d608419518a2b5b065608a993339570..2f7c9cf642c8e7e039b06ca39f8d14cbb9d9f0d3 100644 (file)
@@ -507,8 +507,8 @@ static void maybeSynthesizeBlockSignature(TypeProcessingState &state,
     }
     assert(!isOnlyParens &&
            "non-empty abstract-declarator contained only parens!");
-#endif
   }
+#endif
 
   // Otherwise, we need to fake up a function declarator.
   SourceLocation loc = declarator.getSourceRange().getBegin();