# HG changeset patch # User nkeynes # Date 1224483358 0 # Node ID 9892c970b95a99e9d435a9edfa4906b85922b431 # Parent 8b3ee741c9d7a7c0f856553aead9339a3a1c684b Fix minor warnings --- a/src/cocoaui/cocoa_path.c Mon Oct 20 06:11:10 2008 +0000 +++ b/src/cocoaui/cocoa_path.c Mon Oct 20 06:15:58 2008 +0000 @@ -18,6 +18,7 @@ #include "cocoaui.h" #include "config.h" +#include "dreamcast.h" @interface LxdreamPrefsPathPane: LxdreamPrefsPane { --- a/src/gdrom/ide.c Mon Oct 20 06:11:10 2008 +0000 +++ b/src/gdrom/ide.c Mon Oct 20 06:15:58 2008 +0000 @@ -508,7 +508,7 @@ } else { uint8_t status = ide_get_drive_status(); /* FIXME: Refactor read_position to avoid this kind of crud */ - char tmp[16]; + unsigned char tmp[16]; gdrom_disc->read_position( gdrom_disc, idereg.current_lba, tmp ); length = cmd[4];