Newer toolchains (gcc 7.2 and clang 5.0) issue a warning about
ambiguous else statements, triggered by code built with
-Werror -- resulting in
mv_ddr4_mpr_pda_if.c: In function ‘mv_ddr4_pda_pattern_odpg_load’:
mv_ddr4_mpr_pda_if.c:708:5: error: suggest explicit braces to avoid ambiguous ‘else’ [-Werror=parentheses]
Newer toolchains (gcc 7.2 and clang 5.0) issue a warning about ambiguous else statements, triggered by code built with -Werror -- resulting in
mv_ddr4_mpr_pda_if.c: In function ‘mv_ddr4_pda_pattern_odpg_load’: mv_ddr4_mpr_pda_if.c:708:5: error: suggest explicit braces to avoid ambiguous ‘else’ [-Werror=parentheses]
Signed-off-by: Bernhard Rosenkränzer bero@lindev.ch