Skip to content

Commit 356bc9b

Browse files
committed
pkg/ubasic: disable qualifier warning for LLVM
1 parent 10db7ed commit 356bc9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/ubasic/ubasic.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
MODULE = ubasic
22

33
# some toolchains complain about the usage of isdigit with a pointer in the
4-
# tokenizer
4+
# tokenizer as well as setting a non-const pointer with strchr
55
CFLAGS += -Wno-char-subscripts
6+
CFLAGS += -Wno-discarded-qualifiers
67

78
SRC := tokenizer.c ubasic.c
89
NO_AUTO_SRC := 1

0 commit comments

Comments
 (0)