mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
12 lines
259 B
C
12 lines
259 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;
|
|
}
|