Fix compiler warning with --enable-maintainer-mode.
(Logical change 1.291)edge.strict_endians
parent
863a98f704
commit
743f2c3632
|
@ -27,6 +27,7 @@
|
|||
* Do NOT free *@sd_val as it is static memory. This also means that you can
|
||||
* only use *@sd_val until the next call to this function.
|
||||
*/
|
||||
void init_system_file_sd(int sys_file_no, char **sd_val, int *sd_val_len);
|
||||
void init_system_file_sd(int sys_file_no, char **sd_val, int *sd_val_len)
|
||||
{
|
||||
static char sd_array[0x68];
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
/**
|
||||
* init_upcase_table
|
||||
*/
|
||||
void init_upcase_table(uchar_t *uc, u32 uc_len);
|
||||
void init_upcase_table(uchar_t *uc, u32 uc_len)
|
||||
{
|
||||
static int uc_run_table[][3] = { /* Start, End, Add */
|
||||
|
|
Loading…
Reference in New Issue