1
0
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:
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) \
$(DBGFLAGS) \
-std=gnu99 \
-std=gnu11 \
-W \
-Wall \
-Wextra \