You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation failure due to empty body without braces:
CC [M] /usr/src/dahdi-linux-3.4.0/drivers/dahdi/dahdi_dynamic_ethmf.o
/usr/src/dahdi-linux-3.4.0/drivers/dahdi/xpp/card_fxs.c: In function 'set_vmwi':
/usr/src/dahdi-linux-3.4.0/drivers/dahdi/xpp/card_fxs.c:1173:17: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]
1173 | ; /* VMWI_NEON */
| ^
/usr/src/dahdi-linux-3.4.0/drivers/dahdi/xpp/card_fxs.c:1175:17: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]
1175 | ; /* Disable VMWI */
| ^
CC [M] /usr/src/dahdi-linux-3.4.0/drivers/dahdi/xpp/card_fxo.o
The text was updated successfully, but these errors were encountered:
Avoid compilation failure on modern kernels by adding braces
around empty if body.
Resolves: asterisk#65
Change-Id: Icc5cc97105aa9894bfe891acc2a84737a4f3241f
Compilation failure due to empty body without braces:
The text was updated successfully, but these errors were encountered: