Skip to content

Commit

Permalink
Merge pull request #10 from ayushsharma82/patch-1
Browse files Browse the repository at this point in the history
Fixed: control reaches end of non-void function
  • Loading branch information
MattFryer authored Aug 17, 2023
2 parents ee9bf76 + 0bbad6e commit 12386a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Smoothed.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,6 @@ bool Smoothed<T>::clear () {
default :
return false;
break;
}
}
}
return false;
}

0 comments on commit 12386a1

Please sign in to comment.