mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Fix warnings.
This commit is contained in:
parent
94fe1df163
commit
a7b82a0820
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user