Silenced the compiler warnings
svn-id: r29085
This commit is contained in:
parent
e1213945d6
commit
e95bc92824
2 changed files with 70 additions and 68 deletions
|
@ -140,6 +140,8 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain
|
|||
if (startOffset == 0x7866) { startOffset = 0x740a; maxOffset = 0x7876; }
|
||||
if (startOffset == 0x3600) { startOffset = 0x35c6; maxOffset = 0x3622; }
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
//printf("Start=%xh max=%xh\n", startOffset, maxOffset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue