Skip to content

Commit

Permalink
xrCore/_std_extensions.h: removed excessive fallthrough attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 17, 2020
1 parent 756bc0c commit 6b32611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xrCore/_std_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b32611

Please sign in to comment.