gcc 3.0 warnings

This commit is contained in:
albert
2002-10-12 04:25:57 +00:00
parent f86b39f44e
commit 81a4a3d281
18 changed files with 60 additions and 61 deletions

View File

@ -713,7 +713,7 @@ typedef struct gnu_table_struct {
} gnu_table_struct;
static int compare_gnu_table_structs(const void *a, const void *b){
return strcmp(((gnu_table_struct*)a)->name,((gnu_table_struct*)b)->name);
return strcmp(((const gnu_table_struct*)a)->name,((const gnu_table_struct*)b)->name);
}
/* Option arguments are after ':', after '=', or in argv[n+1] */