mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
4eefaffac9
[no changelog]
34 lines
648 B
C
34 lines
648 B
C
#pragma GCC diagnostic ignored "-Wunused-value"
|
|
#pragma GCC diagnostic ignored "-Wunused-function"
|
|
|
|
static void _librust_qstrs(void) {
|
|
// protobuf
|
|
MP_QSTR_Msg;
|
|
MP_QSTR_MsgDef;
|
|
MP_QSTR_is_type_of;
|
|
MP_QSTR_MESSAGE_WIRE_TYPE;
|
|
MP_QSTR_MESSAGE_NAME;
|
|
|
|
// layout
|
|
MP_QSTR_Layout;
|
|
MP_QSTR_set_timer_fn;
|
|
MP_QSTR_touch_event;
|
|
MP_QSTR_button_event;
|
|
MP_QSTR_timer;
|
|
MP_QSTR_paint;
|
|
MP_QSTR_trace;
|
|
MP_QSTR_bounds;
|
|
|
|
MP_QSTR_title;
|
|
MP_QSTR_action;
|
|
MP_QSTR_description;
|
|
MP_QSTR_verb;
|
|
MP_QSTR_verb_cancel;
|
|
MP_QSTR_reverse;
|
|
MP_QSTR_prompt;
|
|
MP_QSTR_subprompt;
|
|
MP_QSTR_warning;
|
|
MP_QSTR_allow_cancel;
|
|
MP_QSTR_max_len;
|
|
}
|