Skip to content

Commit b273b7b

Browse files
disable warnings
1 parent d273cab commit b273b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ C_INCLUDES = \
5353
-I$(PROJECT_DIR)/Drivers/adbms/program/inc
5454

5555

56-
CFLAGS = -Wall -Wextra -DTESTING $(C_INCLUDES)
56+
CFLAGS = -w -DTESTING $(C_INCLUDES)
5757

5858
MOCK_HEADERS := $(patsubst %,$(MOCKS)/mock_%.h,$(basename $(notdir $(MOCKED_INCLUDES))))
5959
MOCK_C_SOURCES := $(patsubst %.h,%.c,$(MOCK_HEADERS))

0 commit comments

Comments
 (0)