Skip to content

Commit

Permalink
Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Felipe Dalcin Stieven committed Feb 23, 2024
1 parent 2ff0442 commit 5f48551
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/sources/functions/sources/ft_math_sqrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_math_sqrt.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gfantoni <gfantoni@student.42.fr> +#+ +:+ +#+ */
/* By: josfelip <josfelip@student.42sp.org.br> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/23 18:07:22 by gfantoni #+# #+# */
/* Updated: 2024/01/29 09:58:19 by gfantoni ### ########.fr */
/* Updated: 2024/02/23 19:01:14 by josfelip ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -15,9 +15,7 @@
long ft_math_sqrt(long nb, long kick)
{
long result;
long iteration;

iteration = 0;
if (nb > 0)
{
while (1)
Expand Down

0 comments on commit 5f48551

Please sign in to comment.