From 6042496f58d10cc40bb0ba3e6372af9e723e68ea Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 18 Oct 2016 11:13:59 +0200 Subject: [PATCH] one more fallthrough --- CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h b/CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h index a0c7a882c68..e993dfc6367 100644 --- a/CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h +++ b/CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h @@ -435,6 +435,7 @@ RFcoefficientType * InitRecursiveCoefficients( double x, fprintf( stderr, "%s: switch to default recursive filter (Deriche's filters).\n", proc ); } type_filter = ALPHA_DERICHE; + CGAL_FALLTHROUGH; case ALPHA_DERICHE : if ( (x < 0.1) || (x > 1.9) ) {