diff options
author | Christian Heimes <cheimes@redhat.com> | 2016-02-25 10:42:51 +0100 |
---|---|---|
committer | Christian Heimes <cheimes@redhat.com> | 2016-02-26 17:40:10 +0100 |
commit | 07b8415312a7f37c566506ec516c4c74404402eb (patch) | |
tree | 19aef238c362f32906725936086dab84a1aaa73d /base/common/python/pki/cli.py | |
parent | a35bd50af7ad1cfce41b9d7940ba8c0974d52115 (diff) | |
download | pki-07b8415312a7f37c566506ec516c4c74404402eb.tar.gz pki-07b8415312a7f37c566506ec516c4c74404402eb.tar.xz pki-07b8415312a7f37c566506ec516c4c74404402eb.zip |
Fix compile issue in RA_Token.cpp
GCC 6 is more strict than GCC 5 and earlier. It refuses to initialize a
char[] with 'int' initializers because char is signed while the its are
values from 0 to 255.
RA_Token.cpp:989:7: error: narrowing conversion of ‘194’ from ‘int’ to
‘char’ inside { }
https://fedorahosted.org/pki/attachment/ticket/2221
Diffstat (limited to 'base/common/python/pki/cli.py')
0 files changed, 0 insertions, 0 deletions