Fix compiler warning with --enable-maintainer-mode.

(Logical change 1.291)
edge.strict_endians
cantab.net!aia21 2004-03-04 16:59:58 +00:00
parent 863a98f704
commit 743f2c3632
2 changed files with 2 additions and 0 deletions

View File

@ -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];

View File

@ -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 */