--- rpl/src/algebre_lineaire3.c 2013/12/03 09:36:09 1.47 +++ rpl/src/algebre_lineaire3.c 2024/01/17 16:57:08 1.74 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.17 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.36 + Copyright (C) 1989-2024 Dr. BERTRAND Joël This file is part of RPL/2. @@ -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' :