clang says:
error: non-constant-expression cannot be narrowed from type 'int'
to 'unsigned char' in initializer list [-Wc++11-narrowing]
so I explicitly cast affected stuff to unsigned char.
master
parent
e5144a3996
commit
f0baa0c287
1 changed files with 2 additions and 1 deletions
Loading…
Reference in New Issue