From f284cdbecff38c2b72ee5c44e5484e16e1b3d89e Mon Sep 17 00:00:00 2001 From: Ken Chen Date: Mon, 23 Aug 2021 10:16:55 +1000 Subject: error message for unsupported headphone devices --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6a1990..3884f7e 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ CC=gcc # Flags and Header ARCHFLAGS=-arch arm64 -arch x86_64 OSFLAGS=-mmacosx-version-min=10.5 -CFLAGS=-Wall -framework CoreFoundation -framework IOKit +CFLAGS=-Wall -Wextra -framework CoreFoundation -framework IOKit all: sample_cli -- cgit v1.2.3