Solved some type conversion warnings; replaced #warning with // TODO

This commit is contained in:
Gianluca Bertani
2015-09-09 21:00:36 +02:00
parent dbd1e5962f
commit 94312b945e
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -210,7 +210,7 @@
- (void) test02ZipAndUnzip5GB {
#warning Remove to enable this test, but be careful: takes 5 minutes and consumes 5 GB of disk space
// TODO Remove to enable this test, but be careful: takes 5 minutes and consumes 5 GB of disk space
return;
NSString *documentsDir= [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];