GCC emits this warning because the EXPECT_STREQ macro contains an if-else statement: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
9.5 KiB
9.5 KiB
GCC emits this warning because the EXPECT_STREQ macro contains an if-else statement: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]