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