updated Android example project
This commit is contained in:
@@ -550,10 +550,11 @@ INT8 free_ac_context()
|
||||
return IR_DECODE_SUCCEEDED;
|
||||
}
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#if defined (BOARD_PC)
|
||||
#pragma ide diagnostic ignored "hicpp-signed-bitwise"
|
||||
#endif
|
||||
|
||||
BOOL is_solo_function(UINT8 function_code)
|
||||
{
|
||||
return (((context->solo_function_mark >> (function_code - 1)) & 0x01) == 0x01) ? TRUE : FALSE;
|
||||
}
|
||||
#pragma clang diagnostic pop
|
||||
}
|
||||
Reference in New Issue
Block a user