Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro
At least clang 3.1 generates those warnings. Prepend (void) to avoid them, like we have in AssertMacro.
Showing
Please register or sign in to comment
At least clang 3.1 generates those warnings. Prepend (void) to avoid them, like we have in AssertMacro.