avoid compiler warnings

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-05-10 09:56:41 +00:00
parent 223721d583
commit 9efb9a32e3
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,6 @@
int main()
{
NSAutoreleasePool *pool = [NSAutoreleasePool new];
id o;
float flt=M_PI;
double dbl=M_PI;