Skip to content

Commit

Permalink
Oops: Declaration of MYBreakpoint needs "(void)" param list
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed May 5, 2016
1 parent 50d83ae commit 01563b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExceptionUtils.h
Expand Up @@ -44,4 +44,4 @@ void MYSetExceptionReporter( void (*reporter)(NSException*) );


BOOL IsGDBAttached( void );
void MYBreakpoint();
void MYBreakpoint( void );

0 comments on commit 01563b3

Please sign in to comment.