1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +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:
Pavol Rusnak 2018-09-12 15:58:11 +02:00
parent 61d3daa936
commit 14b1a04b0a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -37,7 +37,7 @@ endif
CFLAGS += $(OPTFLAGS) \ CFLAGS += $(OPTFLAGS) \
$(DBGFLAGS) \ $(DBGFLAGS) \
-std=gnu99 \ -std=gnu11 \
-W \ -W \
-Wall \ -Wall \
-Wextra \ -Wextra \