mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
fix Clang compile issue with unicode literals
https://lists.llvm.org/pipermail/llvm-bugs/2015-July/040965.html
This commit is contained in:
parent
61d3daa936
commit
14b1a04b0a
@ -37,7 +37,7 @@ endif
|
||||
|
||||
CFLAGS += $(OPTFLAGS) \
|
||||
$(DBGFLAGS) \
|
||||
-std=gnu99 \
|
||||
-std=gnu11 \
|
||||
-W \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
|
Loading…
Reference in New Issue
Block a user