--- rpl/src/interface_tex.c 2017/06/28 09:20:37 1.65 +++ rpl/src/interface_tex.c 2017/08/21 16:35:32 1.67 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.27 + RPL/2 (R) version 4.1.28 Copyright (C) 1989-2017 Dr. BERTRAND Joël This file is part of RPL/2. @@ -2193,15 +2193,25 @@ correction_formateur_tex(struct_processu */ case '#' : +# if __GNUC__ >= 7 + __attribute__ ((fallthrough)); +# endif + case '_' : { if (mode_mathematique == d_vrai) { break; } +# if __GNUC__ >= 7 + __attribute__ ((fallthrough)); +# endif } case '%' : +# if __GNUC__ >= 7 + __attribute__ ((fallthrough)); +# endif case '&' : { if ((tampon = (unsigned char *) malloc((strlen((*ligne)) + 2) *