Fix compilation warning in bcast.c
Fixes the following warning when --enable-fast is enabled:
src/mpi/coll/bcast.c:1012:23: warning: suggest braces around empty body
in an 'if' statement [-Wempty-body]
See #1966.
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
Please register or sign in to comment