single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.
libgfortran/ChangeLog: 2016-11-30 Andre Vehreschild <vehre@gcc.gnu.org> * caf/single.c (_gfortran_caf_is_present): Prevent fallthrough warnings. From-SVN: r243024
This commit is contained in:
parent
6d0e8a552f
commit
9a0f271862
1 changed files with 2 additions and 0 deletions
|
@ -2949,6 +2949,7 @@ _gfortran_caf_is_present (caf_token_t token,
|
|||
if (riter->next == NULL)
|
||||
break;
|
||||
/* else fall through reporting an error. */
|
||||
/* FALLTHROUGH */
|
||||
case CAF_ARR_REF_VECTOR:
|
||||
case CAF_ARR_REF_RANGE:
|
||||
case CAF_ARR_REF_OPEN_END:
|
||||
|
@ -2976,6 +2977,7 @@ _gfortran_caf_is_present (caf_token_t token,
|
|||
if (riter->next == NULL)
|
||||
break;
|
||||
/* else fall through reporting an error. */
|
||||
/* FALLTHROUGH */
|
||||
case CAF_ARR_REF_VECTOR:
|
||||
case CAF_ARR_REF_RANGE:
|
||||
case CAF_ARR_REF_OPEN_END:
|
||||
|
|
Loading…
Add table
Reference in a new issue