mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-05 22:25:32 +00:00
Fix warnings.
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
- (NSApplicationTerminateReply) applicationShouldTerminate: (NSApplication *)app
|
||||
{
|
||||
short count;
|
||||
char *stillRunningMessage;
|
||||
const char *stillRunningMessage;
|
||||
|
||||
if ( [thePrefsEditor hasEdited] )
|
||||
if ( ChoiceAlert("Preferences have been edited",
|
||||
|
@@ -157,7 +157,7 @@ static int prevFlags;
|
||||
int i;
|
||||
float seconds;
|
||||
NSDate *startDate;
|
||||
char *method;
|
||||
const char *method;
|
||||
|
||||
if ( ! drawView )
|
||||
{
|
||||
|
Reference in New Issue
Block a user