From 6b3261128088f93840d948d3dce1af1c1718b6b8 Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Thu, 17 Dec 2020 17:04:56 +0300 Subject: [PATCH] xrCore/_std_extensions.h: removed excessive fallthrough attribute --- src/xrCore/_std_extensions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xrCore/_std_extensions.h b/src/xrCore/_std_extensions.h index 823da1af097..72def930569 100644 --- a/src/xrCore/_std_extensions.h +++ b/src/xrCore/_std_extensions.h @@ -125,9 +125,7 @@ IC bool _valid(const double x) switch (cls) { case FP_NAN: - [[fallthrough]]; case FP_INFINITE: - [[fallthrough]]; case FP_SUBNORMAL: return false; default: