--- rpl/src/algebre_lineaire3.c 2017/08/03 17:17:41 1.61 +++ rpl/src/algebre_lineaire3.c 2017/08/04 09:14:59 1.62 @@ -105,6 +105,9 @@ factorisation_schur(struct_processus *s_ } (*s_matrice).type = 'R'; +# if __GNUC__ > 7 + __attribute__ ((fallthrough)); +# endif } case 'R' : @@ -460,6 +463,9 @@ factorisation_lq(struct_processus *s_eta } (*s_matrice).type = 'R'; +# if __GNUC__ > 7 + __attribute__ ((fallthrough)); +# endif } case 'R' : @@ -666,6 +672,9 @@ factorisation_qr(struct_processus *s_eta } (*s_matrice).type = 'R'; +# if __GNUC__ > 7 + __attribute__ ((fallthrough)); +# endif } case 'R' :