Hi all,

I am cross-building on GNUstep/Solaris and MacOSX. When I build code like 

     NSString *message = @"some string"
     [NSException raise:NSInternalInconsistencyException format:message];

on MacOSX 10.6 using GNUstep make, gcc gives the following warning

        SOEditingContext.m:3574: warning: format not a string literal and no 
format arguments

Any idea how to get rid of that one?

Thanks a lot,

 Andreas


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to