Andreas Höschler
2011-08-17 13:19:30 UTC
Hi all,
when building code like
NSString *message = ...
[NSException raise:NSInternalInconsistencyException format:message];
on MacOSX 10.6, gcc give sthe following warning
SOEditingContext.m:3574: warning: format not a string literal and no format arguments
Any idea how to get rid of these warnings?
Thanks a lot,
Andreas
when building code like
NSString *message = ...
[NSException raise:NSInternalInconsistencyException format:message];
on MacOSX 10.6, gcc give sthe following warning
SOEditingContext.m:3574: warning: format not a string literal and no format arguments
Any idea how to get rid of these warnings?
Thanks a lot,
Andreas