eosnetworkfoundation / ledger-app

EOS app for ledger devices
Apache License 2.0
1 stars 0 forks source link

Consistent Usage main.c #10

Closed ericpassmore closed 1 year ago

ericpassmore commented 1 year ago

src/main.c:162:15: warning: initializing 'const char *' with an expression of type 'volatile char [32]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] .text = confirmLabel, ^~~~ /opt/nanos-secure-sdk/lib_ux/include/ux_flow_engine.h:154:64: note: expanded from macro 'UX_STEP_CB' const uxlayout ## layoutkind ## _params_t stepname ##_val = __VA_ARGS__; \ ^~~