There was an error while loading. Please reload this page.
1 parent 10db7ed commit 356bc9bCopy full SHA for 356bc9b
1 file changed
pkg/ubasic/ubasic.mk
@@ -1,8 +1,9 @@
1
MODULE = ubasic
2
3
# some toolchains complain about the usage of isdigit with a pointer in the
4
-# tokenizer
+# tokenizer as well as setting a non-const pointer with strchr
5
CFLAGS += -Wno-char-subscripts
6
+CFLAGS += -Wno-discarded-qualifiers
7
8
SRC := tokenizer.c ubasic.c
9
NO_AUTO_SRC := 1
0 commit comments