Skip to content

add braces to avoid ambiguous else

Mark Penner requested to merge mrp/kwave:fix_warning into master

fixes warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] the foreach macro ends with else so when the foreach is in an if block explicit braces make it clear where that else belongs

Merge request reports

Loading