aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKen Chen <[email protected]>2021-08-23 10:16:55 +1000
committerKen Chen <[email protected]>2021-08-23 10:16:55 +1000
commitf284cdbecff38c2b72ee5c44e5484e16e1b3d89e (patch)
tree64798f6063106e91a768a0166fff3f9e5e1e04f8 /Makefile
parent3343e4da247d5862b091368e4c32f0b908df49c9 (diff)
downloadlibrazermacos-f284cdbecff38c2b72ee5c44e5484e16e1b3d89e.tar.xz
librazermacos-f284cdbecff38c2b72ee5c44e5484e16e1b3d89e.zip
error message for unsupported headphone devices
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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