From 53677d484419d292f1a4841a5c928baddeb1c28a Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 21 Nov 2022 12:28:33 +0700 Subject: house keeping --- examples/host/bare_api/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/host/bare_api') diff --git a/examples/host/bare_api/Makefile b/examples/host/bare_api/Makefile index 13e14df53..84555a889 100644 --- a/examples/host/bare_api/Makefile +++ b/examples/host/bare_api/Makefile @@ -11,9 +11,6 @@ EXAMPLE_SOURCE += \ SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) -# TODO: suppress warning caused by host stack -CFLAGS += -Wno-error=cast-align -Wno-error=null-dereference - # TinyUSB Host Stack source SRC_C += \ src/class/cdc/cdc_host.c \ -- cgit v1.3.1