In ASSERT and friends, use all the expressions we are passed even if !DEBUG
authorIan Lynagh <igloo@earth.li>
Fri, 7 Sep 2007 23:33:24 +0000 (23:33 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 7 Sep 2007 23:33:24 +0000 (23:33 +0000)
commitcd14f4675f2ba7a2354a8b1bad3e68dd4ba61642
treeac2e35119a76de48e47f47e8c2bc6760d20ed1b1
parent0fcdfcf6cc0cb7a894559ba1ba5c7fe2adc61862
In ASSERT and friends, use all the expressions we are passed even if !DEBUG
Otherwise we may get unused variable warnings. GHC should optimise them
all out for us.
compiler/HsVersions.h