2005-05-03 Helge Hess <helge.hess@opengroupware.org>
+ * v4.5.158
+
+ * WOWatchDogApplicationMainOSX.m: fixed a gcc 4.0 warning
+
+ * NGHttp, WOImage.m, WOString.m, _WOTemporaryHyperlink.m: fixed Tiger
+ warnings
+
* Templates/WOApplication+Builders.m: fixed an uninitialized variable
on Cocoa (v4.5.157)
abort();
#endif
return;
+
+#if __APPLE__
+ // make Tiger GCC happy
+ [super dealloc];
+#endif
}
@end /* _WOTemporaryImage */
abort();
#endif
return;
+
+#if __APPLE__
+ // make Tiger GCC happy
+ [super dealloc];
+#endif
}
@end /* _WOTemporaryString */
abort();
#endif
return;
+
+#if __APPLE__
+ // make Tiger GCC happy
+ [super dealloc];
+#endif
}
@end /* _WOTemporaryHyperlink */
+2005-05-03 Helge Hess <helge.hess@opengroupware.org>
+
+ * common.h: fixed Tiger warnings
+
2004-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
* NGHttp.xcode: minor changes and updated
#import <Foundation/Foundation.h>
#import <Foundation/NSHost.h>
-#import <Foundation/NSUtilities.h>
#include <NGExtensions/NGExtensions.h>
#include <NGStreams/NGStreams.h>
# version file
-SUBMINOR_VERSION:=157
+SUBMINOR_VERSION:=158
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134
/* transform the child into a new process */
{
- const unsigned char *p;
+ const char *p;
p = argv[0];
if (p[0] != '/') {