We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Compile note in expansion of macro 'BoatLog_hexdump'
boatcita.c:181:5: note: in expansion of macro 'BoatLog_hexdump' BoatLog_hexdump(BOAT_LOG_VERBOSE, "Transaction Message(sign )", ^~~~~~~~~~~~~~~ /home/john/BoAT-X-Framework/vendor/platform/linux-default/src/log/boatlog.h:93:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] BoatPrintf( "%s: %s[%03d]: ", g_log_level_name_str[level-1], title, len );\ ^ boatcita.c:194:5: note: in expansion of macro 'BoatLog_hexdump' BoatLog_hexdump(BOAT_LOG_VERBOSE, "Transaction Message(chain_id )", ^~~~~~~~~~~~~~~ boatcita.c:35:12: warning: unused variable 'sig_parity' [-Wunused-variable] BUINT8 sig_parity = 0; ^~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Cavalierliu
No branches or pull requests
Describe the bug
Compile note in expansion of macro 'BoatLog_hexdump'
The text was updated successfully, but these errors were encountered: