Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed a bunch more compiler warnings in the 1.2 branch.
- Loading branch information
File 1 of 5 in
27176bd
|
@@ -150,8 +150,6 @@ struct ide_ctrl_info { |
|
|
int SDL_SYS_CDInit(void) |
|
|
{ |
|
|
char *SDLcdrom; |
|
|
int raw_fd; |
|
|
struct ide_ctrl_info info; |
|
|
|
|
|
/* Fill in our driver capabilities */ |
|
|
SDL_CDcaps.Name = SDL_SYS_CDName; |
|
|
Oops, something went wrong.