tx-gxx-linux/device/gxx-linux/build/.build_cache/3c/3cceef6e4a34838b80a2ee4434f...

45 lines
4.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
errdata = "In file included from \27[01m\27[Kscanner/scanner.h:7\27[m\27[K,\
from \27[01m\27[Kscanner/scanner.cpp:1\27[m\27[K:\
\27[01m\27[Kpackages/common.pkg/include/commondef.h:34:1:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[K\27[01m\27[Ktypedef\27[m\27[K was ignored in this declaration\
34 | \27[01;35m\27[Ktypedef\27[m\27[K struct Size\
| \27[01;35m\27[K^~~~~~~\27[m\27[K\
\27[01m\27[Kpackages/common.pkg/include/commondef.h:40:1:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[K\27[01m\27[Ktypedef\27[m\27[K was ignored in this declaration\
40 | \27[01;35m\27[Ktypedef\27[m\27[K enum Error_Status : uint32_t\
| \27[01;35m\27[K^~~~~~~\27[m\27[K\
\27[01m\27[Kpackages/common.pkg/include/commondef.h:47:1:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[K\27[01m\27[Ktypedef\27[m\27[K was ignored in this declaration\
47 | \27[01;35m\27[Ktypedef\27[m\27[K struct ImgStatus\
| \27[01;35m\27[K^~~~~~~\27[m\27[K\
In file included from \27[01m\27[Kscanner/scanner.h:7\27[m\27[K,\
from \27[01m\27[Kscanner/scanner.cpp:1\27[m\27[K:\
\27[01m\27[Kpackages/common.pkg/include/commondef.h:484:1:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[K\27[01m\27[Ktypedef\27[m\27[K was ignored in this declaration\
484 | \27[01;35m\27[Ktypedef\27[m\27[K union USBVIDPID\
| \27[01;35m\27[K^~~~~~~\27[m\27[K\
\27[01m\27[Kscanner/scanner.cpp:\27[m\27[K In lambda function:\
\27[01m\27[Kscanner/scanner.cpp:85:50:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[Knarrowing conversion of \27[01m\27[Kcode\27[m\27[K from \27[01m\27[Kint\27[m\27[K to \27[01m\27[Kunsigned int\27[m\27[K [\27[01;35m\27[K-Wnarrowing\27[m\27[K]\
85 | HGIntInfo errType = {.From = MtBoard, .Code = \27[01;35m\27[Kcode\27[m\27[K};\
| \27[01;35m\27[K^~~~\27[m\27[K\
\27[01m\27[Kscanner/scanner.cpp:\27[m\27[K In lambda function:\
\27[01m\27[Kscanner/scanner.cpp:158:50:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[Knarrowing conversion of \27[01m\27[Kcap_call_code\27[m\27[K from \27[01m\27[Kint\27[m\27[K to \27[01m\27[Kunsigned int\27[m\27[K [\27[01;35m\27[K-Wnarrowing\27[m\27[K]\
158 | HGIntInfo info = {.From = AutoCorrect, .Code = \27[01;35m\27[Kcap_call_code\27[m\27[K, .Img_Index = s_info.length()};\
| \27[01;35m\27[K^~~~~~~~~~~~~\27[m\27[K\
\27[01m\27[Kscanner/scanner.cpp:158:91:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[Knarrowing conversion of \27[01m\27[Ks_info.std::__cxx11::basic_string<char>::length()\27[m\27[K from \27[01m\27[Kstd::__cxx11::basic_string<char>::size_type\27[m\27[K {aka \27[01m\27[Klong unsigned int\27[m\27[K} to \27[01m\27[Kunsigned int\27[m\27[K [\27[01;35m\27[K-Wnarrowing\27[m\27[K]\
158 | HGIntInfo info = {.From = AutoCorrect, .Code = cap_call_code, .Img_Index = \27[01;35m\27[Ks_info.length()\27[m\27[K};\
| \27[01;35m\27[K~~~~~~~~~~~~~^~\27[m\27[K\
\27[01m\27[Kscanner/scanner.cpp:\27[m\27[K In member function \27[01m\27[Kvoid Scanner::try_scan(std::string)\27[m\27[K:\
\27[01m\27[Kscanner/scanner.cpp:211:43:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[K\27[01m\27[Kint AES_set_decrypt_key(const unsigned char*, int, AES_KEY*)\27[m\27[K is deprecated: Since OpenSSL 3.0 [\27[01;35m\27[K-Wdeprecated-declarations\27[m\27[K]\
211 | if(AES_set_decrypt_key(key,128,&aes_key\27[01;35m\27[K)\27[m\27[K< 0)\
| \27[01;35m\27[K^\27[m\27[K\
In file included from \27[01m\27[Kscanner/scanner.cpp:16\27[m\27[K:\
\27[01m\27[K/usr/local/include/openssl/aes.h:54:5:\27[m\27[K \27[01;36m\27[Knote: \27[m\27[Kdeclared here\
54 | int \27[01;36m\27[KAES_set_decrypt_key\27[m\27[K(const unsigned char *userKey, const int bits,\
| \27[01;36m\27[K^~~~~~~~~~~~~~~~~~~\27[m\27[K\
\27[01m\27[Kscanner/scanner.cpp:222:53:\27[m\27[K \27[01;35m\27[Kwarning: \27[m\27[K\27[01m\27[Kvoid AES_ecb_encrypt(const unsigned char*, unsigned char*, const AES_KEY*, int)\27[m\27[K is deprecated: Since OpenSSL 3.0 [\27[01;35m\27[K-Wdeprecated-declarations\27[m\27[K]\
222 | AES_ecb_encrypt(cipher,decode,&aes_key,AES_DECRYP\27[01;35m\27[KT\27[m\27[K);\
| \27[01;35m\27[K^\27[m\27[K\
In file included from \27[01m\27[Kscanner/scanner.cpp:16\27[m\27[K:\
\27[01m\27[K/usr/local/include/openssl/aes.h:63:6:\27[m\27[K \27[01;36m\27[Knote: \27[m\27[Kdeclared here\
63 | void \27[01;36m\27[KAES_ecb_encrypt\27[m\27[K(const unsigned char *in, unsigned char *out,\
| \27[01;36m\27[K^~~~~~~~~~~~~~~\27[m\27[K\
"
}