[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gcc warnings
From: |
Andreas Höschler |
Subject: |
gcc warnings |
Date: |
Wed, 17 Aug 2011 15:22:21 +0200 |
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
- gcc warnings,
Andreas Höschler <=