Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy9088 committed May 16, 2022
1 parent a2abc78 commit 36c328d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/case1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAKE := $(MAKE) $(if $(filter 1,$(V) $(VERBOSE)),,--no-print-directory)

CC := clang
CPPFLAGS += -I../../src/include
CFLAGS := -g3
CFLAGS := -Wall -Wextra -Werror -std=c99 -pedantic
ARFLAGS := crs

.PHONY: all clean fclean test
Expand Down
3 changes: 1 addition & 2 deletions test/case1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: Juyeong Maing <jmaing@student.42seoul.kr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/05/13 15:00:12 by jmaing #+# #+# */
/* Updated: 2022/05/16 22:13:59 by Juyeong Maing ### ########.fr */
/* Updated: 2022/05/16 23:47:25 by Juyeong Maing ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -82,7 +82,6 @@ bool do_nothing(const void *context)

int main(void)
{
int error;
t_leak_test_options options;
bool context;

Expand Down

0 comments on commit 36c328d

Please sign in to comment.