remis Werror dans makefile et resoud warning dans new_token_for_each_field pour le retour de lst_clear

This commit is contained in:
Hugo LAMY
2021-12-20 17:25:36 +01:00
parent 7de89b43b1
commit b8281e329c
6 changed files with 4 additions and 923 deletions

View File

@@ -2,7 +2,7 @@ NAME = minishell
CC = clang
CFLAGS = -Wall -Wextra $(INCLUDES) -g # add -Werror, del -g
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) # add -g
VPATH = $(DIR_SRCS)
DIR_SRCS = srcs \