Search
lxdream.org :: lxdream :: r888:9892c970b95a
lxdream 0.9.1
released Jun 29
Download Now
changeset888:9892c970b95a
parent887:8b3ee741c9d7
child889:5baaea6d9722
authornkeynes
dateMon Oct 20 06:15:58 2008 +0000 (15 years ago)
Fix minor warnings
src/cocoaui/cocoa_path.c
src/gdrom/ide.c
1.1 --- a/src/cocoaui/cocoa_path.c Mon Oct 20 06:11:10 2008 +0000
1.2 +++ b/src/cocoaui/cocoa_path.c Mon Oct 20 06:15:58 2008 +0000
1.3 @@ -18,6 +18,7 @@
1.4
1.5 #include "cocoaui.h"
1.6 #include "config.h"
1.7 +#include "dreamcast.h"
1.8
1.9 @interface LxdreamPrefsPathPane: LxdreamPrefsPane
1.10 {
2.1 --- a/src/gdrom/ide.c Mon Oct 20 06:11:10 2008 +0000
2.2 +++ b/src/gdrom/ide.c Mon Oct 20 06:15:58 2008 +0000
2.3 @@ -508,7 +508,7 @@
2.4 } else {
2.5 uint8_t status = ide_get_drive_status();
2.6 /* FIXME: Refactor read_position to avoid this kind of crud */
2.7 - char tmp[16];
2.8 + unsigned char tmp[16];
2.9 gdrom_disc->read_position( gdrom_disc, idereg.current_lba, tmp );
2.10
2.11 length = cmd[4];
.