]> granicus.if.org Git - clang/commit
fix PR4633: cast to void should silence the 'unused expression' warning.
authorChris Lattner <sabre@nondot.org>
Tue, 28 Jul 2009 18:25:28 +0000 (18:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Jul 2009 18:25:28 +0000 (18:25 +0000)
commitfb84664349ca6f37f5ec4df440f6c362cca62470
treeafbecc17c6430205bf4001d9a0e3b70c1ef5b5d6
parent41f55d3d89d53ac242db8244f823555904200744
fix PR4633: cast to void should silence the 'unused expression' warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77344 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/Sema/unused-expr.c